Changeset 12994 for trunk/ppStac/src/ppStacOptions.c
- Timestamp:
- Apr 24, 2007, 11:52:27 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/ppStac/src/ppStacOptions.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStac/src/ppStacOptions.c
r11848 r12994 91 91 } 92 92 93 int numInputs = * options->config->argc - 2; // Number of input files93 int numInputs = *argc - 2; // Number of input files 94 94 if (numInputs <= 1) { 95 95 psError(PS_ERR_BAD_PARAMETER_SIZE, true, "Not enough input images supplied to combine.\n");
Note:
See TracChangeset
for help on using the changeset viewer.
