|
@@ -1022,12 +1022,10 @@ resolve_filename(const DSearchPath &searchpath,
|
|
|
found = searchpath.find_file(try_ext.get_fullpath());
|
|
found = searchpath.find_file(try_ext.get_fullpath());
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
} else {
|
|
} else {
|
|
|
if (exists()) {
|
|
if (exists()) {
|
|
|
// The full pathname exists. Return true.
|
|
// The full pathname exists. Return true.
|
|
|
return true;
|
|
return true;
|
|
|
-
|
|
|
|
|
} else {
|
|
} else {
|
|
|
// The full pathname doesn't exist with the given extension;
|
|
// The full pathname doesn't exist with the given extension;
|
|
|
// does it exist with the default extension?
|
|
// does it exist with the default extension?
|