IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 23, 2007, 4:38:07 PM (19 years ago)
Author:
Paul Price
Message:

Allow multiple (only input, currently) filerules of the same name.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPAfileDefine.c

    r13451 r13496  
    8484    // XXX ppFocus wants to override the selection with the new selection
    8585    // 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)) {
    8788        psError (PS_ERR_IO, false, "could not add %s to config files", name);
    8889        return NULL;
Note: See TracChangeset for help on using the changeset viewer.