Changeset 15446 for trunk/psModules/src/config/pmConfig.c
- Timestamp:
- Nov 4, 2007, 10:57:53 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/config/pmConfig.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/config/pmConfig.c
r15385 r15446 661 661 if (!cameraReadFormats(item->data.md, item->name)) { 662 662 psWarning("Unable to read formats for camera %s: removed.\n", item->name); 663 psErrorStackPrint(stderr, "errors from read failure\n"); 664 psErrorClear(); 663 665 psMetadataRemoveKey(cameras, item->name); 666 continue; 664 667 } 665 668 if (!cameraReadCalibrations(item->data.md, item->name)) { 666 669 psWarning("Unable to read calibrations for camera %s: removed.\n", item->name); 670 psErrorStackPrint(stderr, "errors from read failure\n"); 671 psErrorClear(); 667 672 psMetadataRemoveKey(cameras, item->name); 673 continue; 668 674 } 669 675 }
Note:
See TracChangeset
for help on using the changeset viewer.
