Changeset 8680 for trunk/ppMerge/src/ppMergeOptions.c
- Timestamp:
- Aug 29, 2006, 1:04:53 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ppMerge/src/ppMergeOptions.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppMerge/src/ppMergeOptions.c
r8405 r8680 99 99 if (!inFile) { 100 100 psError(PS_ERR_IO, false, "Unable to open input file %s to determine camera.\n", 101 filenames->data[0]);101 (char *)filenames->data[0]); 102 102 exit(EXIT_FAILURE); 103 103 } … … 109 109 if (!options->format) { 110 110 psLogMsg(__func__, PS_LOG_WARN, "Unable to identify camera format for input file %s\n", 111 filenames->data[0]);111 (char *)filenames->data[0]); 112 112 exit(EXIT_FAILURE); 113 113 }
Note:
See TracChangeset
for help on using the changeset viewer.
