mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Fixed same typo in 2 places
This commit is contained in:
parent
0e88b36703
commit
784f644566
1 changed files with 2 additions and 2 deletions
|
@ -165,8 +165,8 @@ static bool traverseDirectoryRec(const std::string& path, const std::function<vo
|
|||
{
|
||||
joinPaths(buf, path.c_str(), data.d_name);
|
||||
|
||||
#if defined(ATTOIF)
|
||||
mode_t mode = ATTOIF(data.d_type);
|
||||
#if defined(DTTOIF)
|
||||
mode_t mode = DTTOIF(data.d_type);
|
||||
#else
|
||||
mode_t mode = 0;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue