- Timestamp:
- Feb 4, 2023, 12:14:11 PM (3 years ago)
- Location:
- branches/eam_branches/ipp-20220316/psModules
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/config/pmConfig.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20220316/psModules
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20220316/psModules/src/config/pmConfig.c
r37051 r42371 1304 1304 while ((camerasItem = psMetadataGetAndIncrement(camerasIter))) { 1305 1305 // Open the camera information 1306 psTrace("psModules.config.format", 3, "Inspecting camera %s (%s)\n", camerasItem->name, 1307 camerasItem->comment); 1306 psTrace("psModules.config.format", 3, "Inspecting camera %s (%s)\n", camerasItem->name, camerasItem->comment); 1308 1307 assert(camerasItem->type == PS_DATA_METADATA); // It should be because we've read it in or deleted 1309 1308 psMetadata *testCamera = camerasItem->data.md; // Camera to test against what we've got:
Note:
See TracChangeset
for help on using the changeset viewer.
