*** empty log message ***
This commit is contained in:
parent
11fcdd0883
commit
557a6d7e31
|
|
@ -827,7 +827,7 @@ resolve_filename(const DSearchPath &searchpath,
|
|||
const string &default_extension) {
|
||||
string found;
|
||||
|
||||
if (!is_fully_qualified()) {
|
||||
if (is_local()) {
|
||||
found = searchpath.find_file(get_fullpath());
|
||||
|
||||
if (found.empty()) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue