IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

cast const struct memory to void * for psFree()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psErrorCodes.c.in

    r11668 r11675  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2007-02-06 21:36:09 $
     9 *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2007-02-07 01:21:54 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    6767static void freeErrorDescription(psErrorDescription* err)
    6868{
    69     psFree(err->description);
     69    psFree((void *)err->description);
    7070}
    7171
Note: See TracChangeset for help on using the changeset viewer.