Changeset 13576 for trunk/ippTools/src/pxconfig.c
- Timestamp:
- May 31, 2007, 12:52:00 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pxconfig.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pxconfig.c
r13575 r13576 89 89 fprintf(stream, "only one mode selection is allowed\n"); 90 90 pxUsage(stream, argc, argv, modes); 91 psFree(iter); 91 92 return NULL; 92 93 } … … 101 102 psError(PS_ERR_UNKNOWN, true, "can not find arguments for mode"); 102 103 fprintf(stderr, "can not find arugments for mode"); 104 psFree(iter); 103 105 return NULL; 104 106 } … … 151 153 psError(PS_ERR_UNKNOWN, false, "boolean type can not be required"); 152 154 fprintf(stderr, "boolean type can not be required\n"); 155 psFree(iter); 153 156 return NULL; 154 157 break; … … 184 187 psError(PS_ERR_UNKNOWN, false, "unknown argument type"); 185 188 fprintf(stream, "unknown argument type\n"); 189 psFree(iter); 186 190 return NULL; 187 191 ARG_REQUIRED: … … 189 193 fprintf(stream, "argument %s is required\n", item->name); 190 194 pxUsageMode(stream, argc, argv, config->modeName, config->args); 195 psFree(iter); 191 196 return NULL; 192 197 }
Note:
See TracChangeset
for help on using the changeset viewer.
