IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 13, 2006, 10:28:35 PM (19 years ago)
Author:
eugene
Message:

stupid hack: use -inst to search on object since inst is missing!

File:
1 edited

Legend:

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

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