Changeset 10447 for trunk/psModules/src/config/pmConfig.c
- Timestamp:
- Dec 4, 2006, 12:21:28 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
r10428 r10447 4 4 * @author EAM (IfA) 5 5 * 6 * @version $Revision: 1.5 7$ $Name: not supported by cvs2svn $7 * @date $Date: 2006-12-04 2 0:41:51$6 * @version $Revision: 1.58 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2006-12-04 22:21:28 $ 8 8 * 9 9 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 101 101 102 102 psTrace("psModules.config", 7, "Replacing %s with %s in directory %s\n", envvar, valueSlash, dir); 103 dir = psStringSubstitute(dir, valueSlash, envvar);103 psStringSubstitute(&dir, valueSlash, envvar); 104 104 psFree(envvar); 105 105 psFree(valueSlash); … … 831 831 // strip file:// from front of name 832 832 if (!strncasecmp (newName, "file://", strlen("file://"))) { 833 newName = psStringSubstitute (newName, "", "file://");833 psStringSubstitute(&newName, "", "file://"); 834 834 } 835 835
Note:
See TracChangeset
for help on using the changeset viewer.
