Index: /trunk/psModules/src/config/pmConfig.c
===================================================================
--- /trunk/psModules/src/config/pmConfig.c	(revision 10581)
+++ /trunk/psModules/src/config/pmConfig.c	(revision 10582)
@@ -4,6 +4,6 @@
  *  @author EAM (IfA)
  *
- *  @version $Revision: 1.65 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-12-08 22:18:58 $
+ *  @version $Revision: 1.66 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-12-08 22:26:53 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -849,5 +849,6 @@
         while (*point == '/')
             point ++;
-        char *tmpName = psStringCopy (point);
+        char *tmpName = NULL;
+        psStringAppend (&tmpName, "/%s", point);
         psFree (newName);
         newName = tmpName;
@@ -901,4 +902,5 @@
     #endif
 
+    fprintf (stderr, "filename: %s\n", newName);
     return newName;
 }
