Changeset 14595
- Timestamp:
- Aug 21, 2007, 3:30:39 PM (19 years ago)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20070817/psModules/src/camera/pmFPAfileDefine.c
r14462 r14595 1025 1025 1026 1026 // Find the correct camera configuration 1027 file = pmFPAfileDefineOutputForFormat(config, NULL, filename, cameraName, config->formatName);1027 file = pmFPAfileDefineOutputForFormat(config, NULL, filename, newCameraName, config->formatName); 1028 1028 psFree(cameraName); 1029 1029 } … … 1070 1070 psFree(original); 1071 1071 1072 file = pmFPAfileDefineOutputForFormat(config, NULL, filename, cameraName, config->formatName);1072 file = pmFPAfileDefineOutputForFormat(config, NULL, filename, newCameraName, config->formatName); 1073 1073 psFree(cameraName); 1074 1074 } -
trunk/psModules/src/camera/pmFPAfileDefine.c
r14462 r14595 1025 1025 1026 1026 // Find the correct camera configuration 1027 file = pmFPAfileDefineOutputForFormat(config, NULL, filename, cameraName, config->formatName);1027 file = pmFPAfileDefineOutputForFormat(config, NULL, filename, newCameraName, config->formatName); 1028 1028 psFree(cameraName); 1029 1029 } … … 1070 1070 psFree(original); 1071 1071 1072 file = pmFPAfileDefineOutputForFormat(config, NULL, filename, cameraName, config->formatName);1072 file = pmFPAfileDefineOutputForFormat(config, NULL, filename, newCameraName, config->formatName); 1073 1073 psFree(cameraName); 1074 1074 }
Note:
See TracChangeset
for help on using the changeset viewer.
