Changeset 11854 for trunk/ippTools/src/pxinject.c
- Timestamp:
- Feb 16, 2007, 12:17:05 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pxinject.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pxinject.c
r11702 r11854 44 44 45 45 pxConfig *config = pxinjectConfig(NULL, argc, argv); 46 if (!config) { 47 psError(PXTOOLS_ERR_CONFIG, false, "failed to configure"); 48 goto FAIL; 49 } 46 50 47 51 switch (config->mode) { … … 60 64 FAIL: 61 65 psErrorStackPrint (stderr, "failure\n"); 66 int exit_status = pxerrorGetExitStatus(); 62 67 63 68 psFree(config); … … 65 70 psLibFinalize(); 66 71 67 exit( EXIT_FAILURE);72 exit(exit_status); 68 73 } 69 74
Note:
See TracChangeset
for help on using the changeset viewer.
