Changeset 77 for trunk/kDbg


Ignore:
Timestamp:
Jun 22, 2016, 7:03:55 PM (9 years ago)
Author:
bird
Message:

prof/dbg: uninitialized variable, missing printf args, pedantic formatting types.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kDbg/kDbgHlpCrt.cpp

    r29 r77  
    158158        kDbgHlpSeek(pFile, offCur);
    159159    }
     160    else
     161        cbFile = -1;
    160162    return cbFile;
    161163}
Note: See TracChangeset for help on using the changeset viewer.