IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10442


Ignore:
Timestamp:
Dec 4, 2006, 12:12:38 PM (20 years ago)
Author:
jhoblitt
Message:

update psStringSubstitute() prototype

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/glueforge/templates/psdb/printmetadataraw.tt

    r10431 r10442  
    4141                if (item->data.str) {
    4242                    psString tmpStr = psStringCopy(item->data.str);
    43                     psStringSubstitute(tmpStr, "_", " ");
     43                    psStringSubstitute(&tmpStr, "_", " ");
    4444                    psStringAppend(&str, "%s", tmpStr);
    4545                    psFree(tmpStr);
Note: See TracChangeset for help on using the changeset viewer.