Changeset 25851 for trunk/ippTools/src/camtool.c
- Timestamp:
- Oct 15, 2009, 11:37:32 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/camtool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/camtool.c
r25840 r25851 1147 1147 } 1148 1148 1149 if (!pxExportVersion(config, f)) { 1150 psError(PS_ERR_UNKNOWN, false, "failed to write dbversion output file"); 1151 return false; 1152 } 1153 1149 1154 psMetadata *where = psMetadataAlloc(); 1150 1155 PXOPT_COPY_S64(config->args, where, "-cam_id", "cam_id", "=="); … … 1227 1232 psMetadata *input = psMetadataConfigRead (NULL, &nFail, infile, false); 1228 1233 1229 fprintf (stdout, "---- input ----\n"); 1234 #ifdef notdef 1235 fprintf (stderr, "---- input ----\n"); 1230 1236 psMetadataPrint (stderr, input, 1); 1237 #endif 1238 1239 if (!pxCheckImportVersion(config, input)) { 1240 psError(PS_ERR_UNKNOWN, false, "pxCheckImportVersion failed"); 1241 return false; 1242 } 1231 1243 1232 1244 psMetadataItem *item = psMetadataLookup (input, "camRun");
Note:
See TracChangeset
for help on using the changeset viewer.
