Cary Sandvig 25 سال پیش
والد
کامیت
aa00622e56
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      dtool/src/dtoolutil/filename.cxx

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

@@ -719,7 +719,7 @@ is_directory() const {
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////
 bool Filename::
 bool Filename::
 is_executable() const {
 is_executable() const {
-  if (!exists()) {
+  if (exists()) {
 #ifdef WIN32_VC
 #ifdef WIN32_VC
     // no access() in windows, but to our advantage executables can only
     // no access() in windows, but to our advantage executables can only
     // end in .exe or .com
     // end in .exe or .com