IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26536


Ignore:
Timestamp:
Jan 7, 2010, 12:26:05 PM (16 years ago)
Author:
Paul Price
Message:

Fixing following change to psFree.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091201/ppStack/src/ppStackFinish.c

    r26117 r26536  
    8383            fprintf(options->statsFile, "%s", statsMDC);
    8484        }
    85         psFree((void *)statsMDC);
     85        psFree(statsMDC);
    8686        fclose(options->statsFile); options->statsFile = NULL;
    8787        pmConfigRunFilenameAddWrite(config, "STATS", psMetadataLookupStr(NULL, config->arguments, "STATS"));
Note: See TracChangeset for help on using the changeset viewer.