IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 7, 2005, 2:57:14 PM (21 years ago)
Author:
Paul Price
Message:

Importing from PAP cvs tree again. This will now be the working tree.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/stac/src/stacCheckMemory.c

    r3375 r5743  
    77
    88
    9 psMemoryId stacMemPrint(const psMemBlock *ptr)
     9psMemId stacMemPrint(const psMemBlock *ptr)
    1010{
    1111    psLogMsg("stac.memoryPrint", PS_LOG_INFO,
     
    4141    psTrace("stac.checkMemory", 1, "Checking for memory problems....\n");
    4242
    43     (void)psMemProblemCallbackSet(stacMemoryProblem); // Set callback for corruption
     43    (void)psMemProblemCallbackSet((psMemProblemCallback)stacMemoryProblem); // Set callback for corruption
    4444
    4545    if ((leakFile = fopen(LEAKS, "w")) == NULL) {
Note: See TracChangeset for help on using the changeset viewer.