IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17619


Ignore:
Timestamp:
May 9, 2008, 11:58:36 AM (18 years ago)
Author:
jhoblitt
Message:

fix table ambiguity in -addprocessedexp

File:
1 edited

Legend:

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

    r17618 r17619  
    563563        // build a query to search by exp_id
    564564        psMetadata *where = psMetadataAlloc();
    565         if (!psMetadataAddStr(where, PS_LIST_TAIL, "exp_id", 0, "==", exp_id)) {
     565        if (!psMetadataAddStr(where, PS_LIST_TAIL, "newExp.exp_id", 0, "==", exp_id)) {
    566566            psError(PS_ERR_UNKNOWN, false, "failed to add item exp_id");
    567567            psFree(where);
Note: See TracChangeset for help on using the changeset viewer.