IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 29, 2006, 12:07:23 PM (20 years ago)
Author:
jhoblitt
Message:

fix a wide range of format string errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppMem.c

    r6404 r8675  
    8181    psFree(leaks);
    8282
    83     psLogMsg(__func__, PS_LOG_INFO, "Memory used: %ld\nLargest id: %ld (%ld bytes)", total, index, largest);
     83    psLogMsg(__func__, PS_LOG_INFO, "Memory used: %zd\nLargest id: %ld (%zd bytes)", total, index, largest);
    8484
    8585}
Note: See TracChangeset for help on using the changeset viewer.