Changeset 23297
- Timestamp:
- Mar 12, 2009, 11:53:29 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/pswarp/src/pswarpParseCamera.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pswarp/src/pswarpParseCamera.c
r23293 r23297 26 26 pmFPAfile *file = pmFPAfileDefineFromRun(&status, config, filerule); // File to return 27 27 if (!status) { 28 psError(PSWARP_ERR_CONFIG, false, "Failed to load file definition ");28 psError(PSWARP_ERR_CONFIG, false, "Failed to load file definition for %s", filerule); 29 29 return NULL; 30 30 } … … 37 37 } 38 38 if (!status) { 39 psError(PSWARP_ERR_CONFIG, false, "Failed to load file definition ");39 psError(PSWARP_ERR_CONFIG, false, "Failed to load file definition for %s", filerule); 40 40 return false; 41 41 }
Note:
See TracChangeset
for help on using the changeset viewer.
