Changeset 17219 for trunk/ippTools/src/camtool.c
- Timestamp:
- Mar 28, 2008, 4:21:20 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/camtool.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/camtool.c
r17216 r17219 352 352 if ((!state) && (!label)) { 353 353 psError(PXTOOLS_ERR_DATA, false, "parameters are required"); 354 psFree(where); 354 355 return false; 355 356 } … … 358 359 // set chipRun.state to state 359 360 if (!pxcamRunSetStateByQuery(config, where, state)) { 361 psFree(where); 360 362 return false; 361 363 } … … 365 367 // set chipRun.label to label 366 368 if (!pxcamRunSetLabelByQuery(config, where, label)) { 367 return false; 368 } 369 } 369 psFree(where); 370 return false; 371 } 372 } 373 374 psFree(where); 370 375 371 376 return true;
Note:
See TracChangeset
for help on using the changeset viewer.
