Ignore:
Timestamp:
Mar 27, 2024, 10:39:29 PM (17 months ago)
Author:
gyoung
Message:

Add some error logging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/classes/c/c_image/bitmap.c

    r2 r170  
    142142      {
    143143        LONG lBytesRead;
    144         mmioGetFormatName(&mmFormatInfo, pName, &lBytesRead, 0,0);
     144        ulReturnCode = mmioGetFormatName(&mmFormatInfo, pName, &lBytesRead, 0,0);
     145        if(ulReturnCode)
     146          {
     147          SysWriteToTrapLog("bitmap.c: %s %u\n\n", pName, ulReturnCode);
     148          }
    145149        strncpy(procName, pName, ulLength-1);
    146150        free(pName);
Note: See TracChangeset for help on using the changeset viewer.