Changeset 11857 for trunk/ippTools/src/pzgetexp.c
- Timestamp:
- Feb 16, 2007, 12:24:20 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pzgetexp.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pzgetexp.c
r10045 r11857 39 39 40 40 pxConfig *config = pzgetexpConfig(NULL, argc, argv); 41 if (!config) { 42 psError(PXTOOLS_ERR_CONFIG, false, "failed to configure"); 43 goto FAIL; 44 } 41 45 42 46 if (!go(config)) { … … 52 56 FAIL: 53 57 psErrorStackPrint(stderr, "\n"); 58 int exit_status = pxerrorGetExitStatus(); 54 59 55 60 psFree(config); … … 57 62 psLibFinalize(); 58 63 59 exit( EXIT_FAILURE);64 exit(exit_status); 60 65 } 61 66
Note:
See TracChangeset
for help on using the changeset viewer.
