IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6404


Ignore:
Timestamp:
Feb 9, 2006, 11:22:24 AM (20 years ago)
Author:
Paul Price
Message:

Fixing up size in printf.

File:
1 edited

Legend:

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

    r6396 r6404  
    3232    fprintf(stderr,
    3333            "Memory block %ld: %ld references\n"
    34              "\tFile %s, line %d, size %d\n"
     34             "\tFile %s, line %d, size %zd\n"
    3535             "\tPosts: %zx %zx %zx\n",
    3636             ptr->id, ptr->refCounter, ptr->file, ptr->lineno, ptr->userMemorySize, (size_t)ptr->startblock,
Note: See TracChangeset for help on using the changeset viewer.