[*] Missed u

This commit is contained in:
Reece Wilson 2024-04-20 02:54:31 +01:00
parent 55c352c08e
commit 85cf7d7a4c

View File

@ -109,7 +109,7 @@ namespace Aurora::IO::FS
return AuFS::FileExists(srcPath); return AuFS::FileExists(srcPath);
} }
AUKN_SYM bool TrustFile(const AuString &path) AUKN_SYM bool TrustFile(const AuROString &path)
{ {
struct stat s; struct stat s;
mode_t mode { 0755 }; mode_t mode { 0755 };