IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 2, 2006, 2:30:03 PM (20 years ago)
Author:
jhoblitt
Message:

fix -define to allow multiple exp_ids to be specified

File:
1 edited

Legend:

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

    r8041 r8076  
    135135            }
    136136
    137             if (!psMetadataAddStr(where, PS_LIST_TAIL, "exp_id", 0, "==",
    138                        exp_id)) {
     137            if (!psMetadataAddStr(where, PS_LIST_TAIL, "exp_id",
     138                 PS_META_DUPLICATE_OK, "==", exp_id)) {
    139139                psError(PS_ERR_UNKNOWN, false, "failed to add item exp_id");
    140140                psFree(iter);
Note: See TracChangeset for help on using the changeset viewer.