Changeset 11855 for trunk/ippTools/src/dettool.c
- Timestamp:
- Feb 16, 2007, 12:19:23 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/dettool.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/dettool.c
r11816 r11855 95 95 96 96 pxConfig *config = dettoolConfig(NULL, argc, argv); 97 if (!config) { 98 psError(PXTOOLS_ERR_CONFIG, false, "failed to configure"); 99 goto FAIL; 100 } 97 101 98 102 switch (config->mode) { … … 147 151 FAIL: 148 152 psErrorStackPrint(stderr, "\n"); 153 int exit_status = pxerrorGetExitStatus(); 149 154 150 155 psFree(config); … … 152 157 psLibFinalize(); 153 158 154 exit( EXIT_FAILURE);159 exit(exit_status); 155 160 } 156 161
Note:
See TracChangeset
for help on using the changeset viewer.
