Changeset 11853 for trunk/ippTools/src/difftool.c
- Timestamp:
- Feb 16, 2007, 12:15:05 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/difftool.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/difftool.c
r11818 r11853 53 53 54 54 pxConfig *config = p5toolConfig(NULL, argc, argv); 55 if (!config) { 56 psError(PXTOOLS_ERR_CONFIG, false, "failed to configure"); 57 goto FAIL; 58 } 55 59 56 60 switch (config->mode) { … … 74 78 FAIL: 75 79 psErrorStackPrint(stderr, "\n"); 80 int exit_status = pxerrorGetExitStatus(); 76 81 77 82 psFree(config); … … 79 84 psLibFinalize(); 80 85 81 exit( EXIT_FAILURE);86 exit(exit_status); 82 87 } 83 88
Note:
See TracChangeset
for help on using the changeset viewer.
