Changeset 17619
- Timestamp:
- May 9, 2008, 11:58:36 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/regtool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/regtool.c
r17618 r17619 563 563 // build a query to search by exp_id 564 564 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)) { 566 566 psError(PS_ERR_UNKNOWN, false, "failed to add item exp_id"); 567 567 psFree(where);
Note:
See TracChangeset
for help on using the changeset viewer.
