Index: trunk/psLib/src/math/psSpline.c
===================================================================
--- trunk/psLib/src/math/psSpline.c	(revision 4969)
+++ trunk/psLib/src/math/psSpline.c	(revision 4970)
@@ -7,6 +7,6 @@
 *  splines.
 *
-*  @version $Revision: 1.120 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-09-08 00:02:48 $
+*  @version $Revision: 1.121 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-09-08 00:07:59 $
 *
 *
@@ -270,5 +270,5 @@
 XXX: Is there a psLib function for this?
  *****************************************************************************/
-psVector *PsVectorDup(psVector *in)
+psVector *PsVectorDup2(psVector *in)
 {
     psVector *out = psVectorAlloc(in->n, in->type.type);
@@ -326,5 +326,5 @@
         }
     }
-    tmpSpline->knots = PsVectorDup((psVector *) bounds);
+    tmpSpline->knots = PsVectorDup2((psVector *) bounds);
 
     psMemSetDeallocator(tmpSpline, (psFreeFunc)spline1DFree);
