Index: trunk/psLib/src/dataManip/psFunctions.c
===================================================================
--- trunk/psLib/src/dataManip/psFunctions.c	(revision 3714)
+++ trunk/psLib/src/dataManip/psFunctions.c	(revision 3769)
@@ -7,6 +7,6 @@
  *  polynomials.  It also contains a Gaussian functions.
  *
- *  @version $Revision: 1.98 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-04-19 04:16:02 $
+ *  @version $Revision: 1.99 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-04-26 19:53:30 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -1959,5 +1959,5 @@
     PS_PTR_CHECK_NULL(x, -6);
     PS_PTR_CHECK_TYPE_EQUAL(x, bins, -3);
-    psS8* strType;
+    char* strType;
 
     switch (x->type.type) {
@@ -2069,5 +2069,5 @@
 
     } else {
-        psS8* strType;
+        char* strType;
         PS_TYPE_NAME(strType,x->type.type);
         psError(PS_ERR_BAD_PARAMETER_TYPE,
@@ -2163,5 +2163,5 @@
         }
     } else {
-        psS8* strType;
+        char* strType;
         PS_TYPE_NAME(strType,x->type.type);
         psError(PS_ERR_BAD_PARAMETER_TYPE,
