Changeset 21314 for trunk/psModules/src/camera/pmFPAfileDefine.c
- Timestamp:
- Feb 5, 2009, 9:41:50 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAfileDefine.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAfileDefine.c
r20636 r21314 208 208 file->camera = psMemIncrRefCounter(camera); 209 209 file->cameraName = psMemIncrRefCounter(cameraName); 210 211 // Copy the file id valuves if they have been set in the config 212 if (config->sourceId) { 213 file->sourceId = config->sourceId; 214 } 215 if (config->imageId) { 216 file->imageId = config->imageId; 217 } 210 218 211 219 // XXX this seems a bit of a hack: use the cameraName to determine the mosaic level...
Note:
See TracChangeset
for help on using the changeset viewer.
