Changeset 10582
- Timestamp:
- Dec 8, 2006, 12:26:53 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/config/pmConfig.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/config/pmConfig.c
r10578 r10582 4 4 * @author EAM (IfA) 5 5 * 6 * @version $Revision: 1.6 5$ $Name: not supported by cvs2svn $7 * @date $Date: 2006-12-08 22: 18:58$6 * @version $Revision: 1.66 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2006-12-08 22:26:53 $ 8 8 * 9 9 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 849 849 while (*point == '/') 850 850 point ++; 851 char *tmpName = psStringCopy (point); 851 char *tmpName = NULL; 852 psStringAppend (&tmpName, "/%s", point); 852 853 psFree (newName); 853 854 newName = tmpName; … … 901 902 #endif 902 903 904 fprintf (stderr, "filename: %s\n", newName); 903 905 return newName; 904 906 }
Note:
See TracChangeset
for help on using the changeset viewer.
