IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11677


Ignore:
Timestamp:
Feb 6, 2007, 3:42:37 PM (19 years ago)
Author:
jhoblitt
Message:

cast 'const' params to psFree() to void *

File:
1 edited

Legend:

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

    r11352 r11677  
    193193            fprintf(statsFile, "%s", statsMDC);
    194194        }
    195         psFree(statsMDC);
     195        psFree((void *)statsMDC);
    196196        fclose(statsFile);
    197197
Note: See TracChangeset for help on using the changeset viewer.