Fixed same typo in 2 places

This commit is contained in:
Samuel D. Crow 2023-10-10 20:34:57 -05:00
parent 0e88b36703
commit 784f644566

View file

@ -165,8 +165,8 @@ static bool traverseDirectoryRec(const std::string& path, const std::function<vo
{ {
joinPaths(buf, path.c_str(), data.d_name); joinPaths(buf, path.c_str(), data.d_name);
#if defined(ATTOIF) #if defined(DTTOIF)
mode_t mode = ATTOIF(data.d_type); mode_t mode = DTTOIF(data.d_type);
#else #else
mode_t mode = 0; mode_t mode = 0;
#endif #endif