Changeset 17104
- Timestamp:
- Mar 24, 2008, 4:18:50 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAfileIO.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAfileIO.c
r17036 r17104 970 970 PS_ASSERT_PTR_NON_NULL(files, false); 971 971 972 // return false if the requested file is not in the list (not an error, but informational) 972 973 psArray *selected = pmFPAfileSelect(files, name); 973 974 if (!selected) { 974 psError(PS_ERR_UNKNOWN, false, "Unable to select files with name %s", name);975 975 return false; 976 976 }
Note:
See TracChangeset
for help on using the changeset viewer.
