Changeset 23370 for trunk/psModules/src/camera/pmFPAfileDefine.c
- Timestamp:
- Mar 17, 2009, 3:14:56 PM (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
r23354 r23370 382 382 383 383 // place the resulting file in the config system 384 psMetadataAddPtr(config->files, PS_LIST_TAIL, name, PS_DATA_UNKNOWN, "Output file", file); 384 psMetadataAddPtr(config->files, PS_LIST_TAIL, name, PS_DATA_UNKNOWN | PS_META_DUPLICATE_OK, 385 "Output file", file); 385 386 psFree(file); // we free this copy of file, but 'files' still has a copy 386 387 return file; // the returned value is a view into the version on 'files'
Note:
See TracChangeset
for help on using the changeset viewer.
