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/camera/pmFPAConstruct.c

    r9730 r10447  
    233233        const char *name = psMetadataLookupStr(&mdok, chip->concepts, "CHIP.NAME");
    234234        if (mdok && name && strlen(name) > 0) {
    235             contentKey = psStringSubstitute(contentKey, name, "{CHIP.NAME}");
     235            psStringSubstitute(&contentKey, name, "{CHIP.NAME}");
    236236        }
    237237    }
     
    245245        const char *name = psMetadataLookupStr(&mdok, cell->concepts, "CELL.NAME");
    246246        if (mdok && name && strlen(name) > 0) {
    247             contentKey = psStringSubstitute(contentKey, name, "{CELL.NAME}");
     247            psStringSubstitute(&contentKey, name, "{CELL.NAME}");
    248248        }
    249249    }
Note: See TracChangeset for help on using the changeset viewer.