Changeset 18923 for branches/eam_branch_20080719/ippTools/src/faketool.c
- Timestamp:
- Aug 5, 2008, 2:07:07 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080719/ippTools/src/faketool.c
r18659 r18923 341 341 342 342 psMetadata *where = psMetadataAlloc(); 343 PXOPT_COPY_S TR(config->args, where, "-fake_id", "fake_id", "==");344 PXOPT_COPY_S TR(config->args, where, "-cam_id", "cam_id", "==");345 PXOPT_COPY_S TR(config->args, where, "-chip_id", "chip_id", "==");343 PXOPT_COPY_S64(config->args, where, "-fake_id", "fake_id", "=="); 344 PXOPT_COPY_S64(config->args, where, "-cam_id", "cam_id", "=="); 345 PXOPT_COPY_S64(config->args, where, "-chip_id", "chip_id", "=="); 346 346 347 347 psString query = pxDataGet("faketool_find_pendingexp.sql"); … … 798 798 return false; 799 799 } 800 800 801 801 if (where) { 802 802 psString whereClause = psDBGenerateWhereSQL(where, "fakeUnmask");
Note:
See TracChangeset
for help on using the changeset viewer.
