Changeset 20847 for trunk/ippTools/src
- Timestamp:
- Nov 26, 2008, 8:42:17 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/magicdstool.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/magicdstool.c
r20841 r20847 345 345 PXOPT_LOOKUP_BOOL(simple, config->args, "-simple", false); 346 346 347 psS64 stage_id , cam_id;347 psS64 stage_id = 0, cam_id = 0; 348 348 349 349 if (!magicDSGetIDs(config, stage, magic_id, &stage_id, &cam_id)) { … … 539 539 *cam_id = 0; 540 540 return true; 541 } 542 541 } 542 543 543 int stageNum; 544 544 if (!strcmp(stage, "raw")) { … … 578 578 } 579 579 if (psArrayLength(output) > 1) { 580 psError(PS_ERR_UNKNOWN, true, "unexpected number of rows found %ld for magic_id %ld", 580 psError(PS_ERR_UNKNOWN, true, "unexpected number of rows found %ld for magic_id %ld", 581 581 psArrayLength(output), magic_id); 582 582 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
