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