Changeset 26494 for trunk/ppImage/src/ppImageDefineFile.c
- Timestamp:
- Dec 29, 2009, 11:07:56 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageDefineFile.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageDefineFile.c
r23366 r26494 12 12 13 13 if (!file) { 14 // look for the file on the RUN metadata15 file = pmFPAfileDefineFrom Run(&status, NULL, config, filerule);14 // look for the file on the argument list 15 file = pmFPAfileDefineFromArgs(&status, config, filerule, argname); 16 16 if (!status) { 17 17 psError(PS_ERR_UNKNOWN, false, "failed to load file definition"); … … 20 20 } 21 21 if (!file) { 22 // look for the file on the argument list23 file = pmFPAfileDefineFrom Args(&status, config, filerule, argname);22 // look for the file on the RUN metadata 23 file = pmFPAfileDefineFromRun(&status, NULL, config, filerule); 24 24 if (!status) { 25 25 psError(PS_ERR_UNKNOWN, false, "failed to load file definition");
Note:
See TracChangeset
for help on using the changeset viewer.
