Browse Source

*** empty log message ***

David Rose 25 years ago
parent
commit
557a6d7e31
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dtool/src/dtoolutil/filename.cxx

+ 1 - 1
dtool/src/dtoolutil/filename.cxx

@@ -827,7 +827,7 @@ resolve_filename(const DSearchPath &searchpath,
 		 const string &default_extension) {
 		 const string &default_extension) {
   string found;
   string found;
 
 
-  if (!is_fully_qualified()) {
+  if (is_local()) {
     found = searchpath.find_file(get_fullpath());
     found = searchpath.find_file(get_fullpath());
 
 
     if (found.empty()) {
     if (found.empty()) {