Changeset 170 for trunk/classes/c/c_image/bitmap.c
- Timestamp:
- Mar 27, 2024, 10:39:29 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/classes/c/c_image/bitmap.c
r2 r170 142 142 { 143 143 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 } 145 149 strncpy(procName, pName, ulLength-1); 146 150 free(pName);
Note:
See TracChangeset
for help on using the changeset viewer.