Changeset 16015 for trunk/ppStack/src/ppStackArguments.c
- Timestamp:
- Jan 6, 2008, 1:58:16 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackArguments.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackArguments.c
r15848 r16015 102 102 { 103 103 assert(config); 104 bool mdok; // Status of MD lookup104 // bool mdok; // Status of MD lookup 105 105 106 106 pmConfigFileSetsMD(config->arguments, &argc, argv, "PPSTACK.SOURCES", "-sources", NULL); … … 128 128 const char *stampsName = psMetadataLookupStr(NULL, arguments, "-stamps"); // Name of stamps file 129 129 psMetadataAddStr(config->arguments, PS_LIST_TAIL, "STAMPS", 0, "Stamps file", stampsName); 130 if (!stampsName && !psMetadataLookupPtr(&mdok, config->arguments, "PPSTACK.SOURCES")) {131 psError(PS_ERR_BAD_PARAMETER_VALUE, true, "One of -sources or -stamps must be specified.");132 goto ERROR;133 }130 // if (!stampsName && !psMetadataLookupPtr(&mdok, config->arguments, "PPSTACK.SOURCES")) { 131 // psError(PS_ERR_BAD_PARAMETER_VALUE, true, "One of -sources or -stamps must be specified."); 132 //goto ERROR; 133 // } 134 134 135 135 unsigned int numBad = 0; // Number of bad lines
Note:
See TracChangeset
for help on using the changeset viewer.
