Changeset 11843 for trunk/ippTools/src/chiptool.c
- Timestamp:
- Feb 15, 2007, 3:55:36 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/chiptool.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/chiptool.c
r11735 r11843 54 54 55 55 pxConfig *config = p2toolConfig(NULL, argc, argv); 56 if (!config) { 57 psError(PXTOOLS_ERR_CONFIG, false, "failed to configure"); 58 goto FAIL; 59 } 56 60 57 61 switch (config->mode) { … … 76 80 FAIL: 77 81 psErrorStackPrint(stderr, "\n"); 82 int exit_status = pxerrorGetExitStatus(); 78 83 79 84 psFree(config); … … 81 86 psLibFinalize(); 82 87 83 exit( EXIT_FAILURE);88 exit(exit_status); 84 89 } 85 90
Note:
See TracChangeset
for help on using the changeset viewer.
