Changeset 27838 for branches/tap_branches/ppImage/src/ppImageDefineFile.c
- Timestamp:
- May 3, 2010, 8:41:49 AM (16 years ago)
- Location:
- branches/tap_branches
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppImage/src/ppImageDefineFile.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/tap_branches
- Property svn:mergeinfo changed
-
branches/tap_branches/ppImage/src/ppImageDefineFile.c
r23366 r27838 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.
