*** empty log message ***

This commit is contained in:
David Rose 2001-02-15 00:46:02 +00:00
parent 11fcdd0883
commit 557a6d7e31

View File

@ -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()) {