EgtGeneral :

- piccola modifica estetica.
This commit is contained in:
DarioS
2022-10-11 12:27:56 +02:00
parent 7b0eb64ef2
commit e9bdc5bf17
+1 -1
View File
@@ -34,7 +34,7 @@ ExistsFile( const string& sFile)
return false ;
// se è un direttorio
if ( dwAttr & FILE_ATTRIBUTE_DIRECTORY)
if ( ( dwAttr & FILE_ATTRIBUTE_DIRECTORY) != 0)
return false ;
return true ;