Index: trunk/psLib/src/math/psSpline.c
===================================================================
--- trunk/psLib/src/math/psSpline.c	(revision 2847)
+++ trunk/psLib/src/math/psSpline.c	(revision 2941)
@@ -7,6 +7,6 @@
  *  polynomials.  It also contains a Gaussian functions.
  *
- *  @version $Revision: 1.78 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-12-29 22:15:51 $
+ *  @version $Revision: 1.79 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-01-10 19:47:11 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -1944,6 +1944,6 @@
     if (x < bins[0]) { \
         psLogMsg(__func__, PS_LOG_WARN, \
-                 "vectorBinDisect##TYPE(): ordinate %f is outside vector range (%f - %f).", \
-                 x, bins[0], bins[numBins-1]); \
+                 "vectorBinDisect%s(): ordinate %f is outside vector range (%f - %f).", \
+                 #TYPE, x, bins[0], bins[numBins-1]); \
         return(-2); \
     } \
@@ -1951,6 +1951,6 @@
     if (x > bins[numBins-1]) { \
         psLogMsg(__func__, PS_LOG_WARN, \
-                 "vectorBinDisect##TYPE(): ordinate %f is outside vector range (%f - %f).", \
-                 x, bins[0], bins[numBins-1]); \
+                 "vectorBinDisect%s(): ordinate %f is outside vector range (%f - %f).", \
+                 #TYPE, x, bins[0], bins[numBins-1]); \
         return(-1); \
     } \
