d'oh
This commit is contained in:
parent
7a678c3ae9
commit
aa00622e56
|
|
@ -719,7 +719,7 @@ is_directory() const {
|
|||
////////////////////////////////////////////////////////////////////
|
||||
bool Filename::
|
||||
is_executable() const {
|
||||
if (!exists()) {
|
||||
if (exists()) {
|
||||
#ifdef WIN32_VC
|
||||
// no access() in windows, but to our advantage executables can only
|
||||
// end in .exe or .com
|
||||
|
|
|
|||
Loading…
Reference in New Issue