Changeset 12547
- Timestamp:
- Mar 22, 2007, 8:20:17 AM (19 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
-
ppImage/src/ppFocusArguments.c (modified) (1 diff)
-
ppImage/src/ppImageArguments.c (modified) (2 diffs)
-
psastro/src/psastroArguments.c (modified) (1 diff)
-
pswarp/src/pswarpArguments.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppFocusArguments.c
r10439 r12547 43 43 // XXX add other PPIMAGE recipe options here 44 44 45 // drop the local view on the options (saved on config->arguments)46 psFree (options);47 48 45 // the input file is a required argument; if not found, we will exit 49 46 status = pmConfigFileSetsMD (config->arguments, config, "INPUT", "-file", "-list"); -
trunk/ppImage/src/ppImageArguments.c
r10557 r12547 85 85 // XXX add other PPIMAGE recipe options here 86 86 87 // drop the local view on the options (saved on config->arguments)88 psFree (options);89 90 87 // the input file is a required argument; if not found, we will exit 91 88 bool status = pmConfigFileSetsMD (config->arguments, config, "INPUT", "-file", "-list"); … … 106 103 if ((argnum = psArgumentGet (argc, argv, "-chip"))) { 107 104 psArgumentRemove (argnum, &argc, argv); 108 psMetadataAddStr (config->arguments, PS_LIST_TAIL, "CHIP_SELECTIONS", PS_DATA_STRING, "", 109 argv[argnum]); 105 psMetadataAddStr (config->arguments, PS_LIST_TAIL, "CHIP_SELECTIONS", PS_DATA_STRING, "", argv[argnum]); 110 106 psArgumentRemove (argnum, &argc, argv); 111 107 } -
trunk/psastro/src/psastroArguments.c
r12492 r12547 56 56 } 57 57 58 // drop the local view on the options (saved in config->arguments)59 psFree (options);60 61 58 status = pmConfigFileSetsMD (config->arguments, config, "INPUT", "-file", "-list"); 62 59 if (!status) { -
trunk/pswarp/src/pswarpArguments.c
r12505 r12547 32 32 } 33 33 34 35 // drop the local view on the options (saved in config->arguments)36 psFree (options);37 38 34 status = pmConfigFileSetsMD (config->arguments, config, "INPUT", "-file", "-list"); 39 35 if (!status) {
Note:
See TracChangeset
for help on using the changeset viewer.
