Changeset 24695 for trunk/magic/censorObjects/src/censorArguments.c
- Timestamp:
- Jul 7, 2009, 10:32:49 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/magic/censorObjects/src/censorArguments.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/magic/censorObjects/src/censorArguments.c
r24692 r24695 11 11 */ 12 12 13 # include "censor StandAlone.h"13 # include "censor.h" 14 14 15 15 pmConfig *censorArguments (int argc, char **argv) { … … 31 31 return NULL; 32 32 } 33 34 // save the following additional recipe values based on command-line options35 // these options override the CENSOR recipe values loaded from recipe files36 psMetadata *options = pmConfigRecipeOptions (config, CENSOR_RECIPE);37 33 38 34 // define the input mask
Note:
See TracChangeset
for help on using the changeset viewer.
