Index: trunk/psLib/src/sys/psTrace.c
===================================================================
--- trunk/psLib/src/sys/psTrace.c	(revision 11668)
+++ trunk/psLib/src/sys/psTrace.c	(revision 11674)
@@ -9,6 +9,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.84 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-02-06 21:36:09 $
+ *  @version $Revision: 1.85 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-02-07 01:15:49 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -118,5 +118,5 @@
 
     psMemSetPersistent((psPtr)comp->name,false);
-    psFree(comp->name);
+    psFree((void *)comp->name);
 }
 
