Changeset 13496 for trunk/psModules/src/camera/pmFPAfileDefine.c
- Timestamp:
- May 23, 2007, 4:38:07 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAfileDefine.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAfileDefine.c
r13451 r13496 84 84 // XXX ppFocus wants to override the selection with the new selection 85 85 // XXX require programs like ppFocus to remove existing files by hand 86 if (!psMetadataAddPtr (config->files, PS_LIST_TAIL, name, PS_DATA_UNKNOWN, "", file)) { 86 if (!psMetadataAddPtr (config->files, PS_LIST_TAIL, name, 87 PS_DATA_UNKNOWN | PS_META_DUPLICATE_OK, "", file)) { 87 88 psError (PS_ERR_IO, false, "could not add %s to config files", name); 88 89 return NULL;
Note:
See TracChangeset
for help on using the changeset viewer.
