Changeset 18686
- Timestamp:
- Jul 23, 2008, 3:10:15 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/faketool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/faketool.c
r18336 r18686 335 335 336 336 psMetadata *where = psMetadataAlloc(); 337 PXOPT_COPY_S TR(config->args, where, "-fake_id", "fake_id", "==");338 PXOPT_COPY_S TR(config->args, where, "-cam_id", "cam_id", "==");339 PXOPT_COPY_S TR(config->args, where, "-chip_id", "chip_id", "==");337 PXOPT_COPY_S64(config->args, where, "-fake_id", "fake_id", "=="); 338 PXOPT_COPY_S64(config->args, where, "-cam_id", "cam_id", "=="); 339 PXOPT_COPY_S64(config->args, where, "-chip_id", "chip_id", "=="); 340 340 341 341 psString query = pxDataGet("faketool_find_pendingexp.sql"); … … 792 792 return false; 793 793 } 794 794 795 795 if (where) { 796 796 psString whereClause = psDBGenerateWhereSQL(where, "fakeUnmask");
Note:
See TracChangeset
for help on using the changeset viewer.
