Changeset 11856 for trunk/ippTools/src/detselect.c
- Timestamp:
- Feb 16, 2007, 12:21:42 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/detselect.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/detselect.c
r11713 r11856 42 42 43 43 pxConfig *config = detselectConfig(NULL, argc, argv); 44 if (!config) { 45 psError(PXTOOLS_ERR_CONFIG, false, "failed to configure"); 46 goto FAIL; 47 } 44 48 45 49 switch (config->mode) { … … 57 61 58 62 FAIL: 63 psErrorStackPrint(stderr, "\n"); 64 int exit_status = pxerrorGetExitStatus(); 65 59 66 psFree(config); 60 67 pmConfigDone(); 61 psErrorStackPrint(stderr, "\n");62 68 psLibFinalize(); 63 69 64 exit( EXIT_FAILURE);70 exit(exit_status); 65 71 } 66 72
Note:
See TracChangeset
for help on using the changeset viewer.
