IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11418


Ignore:
Timestamp:
Jan 29, 2007, 6:11:20 PM (19 years ago)
Author:
jhoblitt
Message:

fix inst -> object conversion instead of to camera

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/detselectConfig.c

    r11204 r11418  
    219219        bool status = false;
    220220        if ((str = psMetadataLookupStr(&status, config->args, "-inst"))) {
    221             if (!psMetadataAddStr(config->where, PS_LIST_TAIL, "object", 0, "==", str)) {
     221            if (!psMetadataAddStr(config->where, PS_LIST_TAIL, "camera", 0, "==", str)) {
    222222                psError(PS_ERR_UNKNOWN, false, "failed to add item camera");
    223223                goto FAIL;
Note: See TracChangeset for help on using the changeset viewer.