IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

Propagating API change to psStringSubstitute

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppImageAddstar.c

    r10144 r10448  
    103103
    104104    bool status;
    105     char *addstarLine = psStringSubstitute (addstarCommand, filename, "%s");
     105    char *addstarLine = psStringCopy(addstarCommand);
     106    psStringSubstitute(&addstarCommand, filename, "%s");
    106107
    107108    // catch addstar stderr/stdout and do what?
Note: See TracChangeset for help on using the changeset viewer.