IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

Propagating API change to psStringSubstitute

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/concepts/pmConceptsStandard.c

    r9677 r10447  
    324324    // Need TIMESYS first
    325325    psString timesysName = psStringCopy(pattern->name); // e.g., "CELL.TIME" --> "CELL.TIMESYS"
    326     timesysName = psStringSubstitute(timesysName, "TIMESYS", "TIME");
     326    psStringSubstitute(&timesysName, "TIMESYS", "TIME");
    327327    bool mdok = false;                  // Result of MD lookup
    328328    psTimeType timeSys;                 // The time system
Note: See TracChangeset for help on using the changeset viewer.