IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 4, 2006, 12:21:28 PM (20 years ago)
Author:
Paul Price
Message:

Propagating API change to psStringSubstitute

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/config/pmConfig.c

    r10428 r10447  
    44 *  @author EAM (IfA)
    55 *
    6  *  @version $Revision: 1.57 $ $Name: not supported by cvs2svn $
    7  *  @date $Date: 2006-12-04 20:41:51 $
     6 *  @version $Revision: 1.58 $ $Name: not supported by cvs2svn $
     7 *  @date $Date: 2006-12-04 22:21:28 $
    88 *
    99 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    101101
    102102        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);
    104104        psFree(envvar);
    105105        psFree(valueSlash);
     
    831831    // strip file:// from front of name
    832832    if (!strncasecmp (newName, "file://", strlen("file://"))) {
    833         newName = psStringSubstitute (newName, "", "file://");
     833        psStringSubstitute(&newName, "", "file://");
    834834    }
    835835
Note: See TracChangeset for help on using the changeset viewer.