Changeset 11860 for trunk/ippTools/src/pztool.c
- Timestamp:
- Feb 16, 2007, 12:29:15 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pztool.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pztool.c
r11702 r11860 48 48 49 49 pxConfig *config = pztoolConfig(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) { … … 66 70 FAIL: 67 71 psErrorStackPrint(stderr, "\n"); 72 int exit_status = pxerrorGetExitStatus(); 68 73 69 74 psFree(config); … … 71 76 psLibFinalize(); 72 77 73 exit( EXIT_FAILURE);78 exit(exit_status); 74 79 } 75 80
Note:
See TracChangeset
for help on using the changeset viewer.
