Changeset 11852 for trunk/ippTools/src/warptool.c
- Timestamp:
- Feb 16, 2007, 12:12:49 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/warptool.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/warptool.c
r11810 r11852 59 59 60 60 pxConfig *config = p4toolConfig(NULL, argc, argv); 61 if (!config) { 62 psError(PXTOOLS_ERR_CONFIG, false, "failed to configure"); 63 goto FAIL; 64 } 61 65 62 66 switch (config->mode) { … … 84 88 FAIL: 85 89 psErrorStackPrint(stderr, "\n"); 90 int exit_status = pxerrorGetExitStatus(); 86 91 87 92 psFree(config); … … 89 94 psLibFinalize(); 90 95 91 exit( EXIT_FAILURE);96 exit(exit_status); 92 97 } 93 98
Note:
See TracChangeset
for help on using the changeset viewer.
