This commit is contained in:
Reece Wilson 2022-03-10 16:02:20 +00:00
parent 03bb80239c
commit 7bfcce52fd

View File

@ -267,7 +267,7 @@ namespace Aurora::IO::FS
auto b = path.find_last_of('/');
if (b != AuString::npos) indexB = b;
return AuMax(a, b);
return AuMax(indexA, indexB);
}
AUKN_SYM bool GetFileFromPath(AuString &out, const AuString &path)