Changeset 11844 for trunk/ippTools/src/camtool.c
- Timestamp:
- Feb 15, 2007, 3:59:13 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/camtool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/camtool.c
r11735 r11844 48 48 49 49 pxConfig *config = p3toolConfig(NULL, argc, argv); 50 if (!config) { 51 psError(PXTOOLS_ERR_CONFIG, false, "failed to configure"); 52 goto FAIL; 53 } 50 54 51 55 switch (config->mode) { … … 69 73 70 74 FAIL: 75 psErrorStackPrint(stderr, "\n"); 76 int exit_status = pxerrorGetExitStatus(); 77 71 78 psFree(config); 72 79 pmConfigDone(); 73 psErrorStackPrint(stderr, "\n");74 80 psLibFinalize(); 75 81 76 exit( EXIT_FAILURE);82 exit(exit_status); 77 83 } 78 84
Note:
See TracChangeset
for help on using the changeset viewer.
