Apply vodz' last_patch52
[oweals/busybox.git] / libbb / isdirectory.c
index 3dfe10522653e868a536e5fc022e0797ba65cbaf..e8ef2df1459e11a57cd43c614ea405a3a5d80a9c 100644 (file)
@@ -39,7 +39,7 @@ int is_directory(const char *fileName, const int followLinks, struct stat *statB
            ++didMalloc;
        }
 
-       if (followLinks == TRUE)
+       if (followLinks)
                status = stat(fileName, statBuf);
        else
                status = lstat(fileName, statBuf);