Changeset 7829 for trunk/ppImage/src
- Timestamp:
- Jul 5, 2006, 5:37:14 PM (20 years ago)
- Location:
- trunk/ppImage/src
- Files:
-
- 3 edited
-
ppFocusArguments.c (modified) (1 diff)
-
ppImageArguments.c (modified) (1 diff)
-
ppTest.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppFocusArguments.c
r7818 r7829 19 19 exit(EXIT_FAILURE); 20 20 } 21 22 // Storage for other command-line arguments23 config->arguments = psMetadataAlloc(); // The arguments, with default values24 21 25 22 // save these recipe options until we have loaded the options -
trunk/ppImage/src/ppImageArguments.c
r7818 r7829 19 19 exit(EXIT_FAILURE); 20 20 } 21 22 // Storage for other command-line arguments23 config->arguments = psMetadataAlloc(); // The arguments, with default values24 21 25 22 // save these recipe options until we have loaded the options -
trunk/ppImage/src/ppTest.c
r7818 r7829 18 18 19 19 // Parse other command-line arguments 20 config->arguments = psMetadataAlloc(); // The arguments, with default values21 20 psMetadataAddStr(config->arguments, PS_LIST_TAIL, "-key", 0, "exposure ID", ""); 22 21 psMetadataAddStr(config->arguments, PS_LIST_TAIL, "-bias", 0, "Name of the bias image", "");
Note:
See TracChangeset
for help on using the changeset viewer.
