IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17104


Ignore:
Timestamp:
Mar 24, 2008, 4:18:50 PM (18 years ago)
Author:
eugene
Message:

remove error formerly raised if requested file is not available

File:
1 edited

Legend:

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

    r17036 r17104  
    970970    PS_ASSERT_PTR_NON_NULL(files, false);
    971971
     972    // return false if the requested file is not in the list (not an error, but informational)
    972973    psArray *selected = pmFPAfileSelect(files, name);
    973974    if (!selected) {
    974         psError(PS_ERR_UNKNOWN, false, "Unable to select files with name %s", name);
    975975        return false;
    976976    }
Note: See TracChangeset for help on using the changeset viewer.