Changeset 23447 for trunk/psModules/src/camera
- Timestamp:
- Mar 19, 2009, 4:32:11 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAfileIO.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAfileIO.c
r23272 r23447 166 166 } 167 167 168 if (!pmConfigRunFileAdd (config, file)) {168 if (!pmConfigRunFileAddRead(config, file)) { 169 169 psError(PS_ERR_UNKNOWN, false, "Unable to add file to run-time information"); 170 170 return false; … … 421 421 } 422 422 423 if (!pmConfigRunFileAdd (config, file)) {423 if (!pmConfigRunFileAddWrite(config, file)) { 424 424 psError(PS_ERR_UNKNOWN, false, "Unable to add file to run-time information"); 425 425 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
