Common/FileSystem: uint32 -> u32

pull/211/head
Connor McLaughlin 5 years ago
parent 244302557f
commit 2ac8f7a6ac

@ -1396,7 +1396,7 @@ std::string GetProgramPath()
char* buffer = static_cast<char*>(std::realloc(nullptr, curSize));
for (;;)
{
uint32 nChars = curSize - 1;
u32 nChars = curSize - 1;
int res = _NSGetExecutablePath(buffer, &nChars);
if (res == 0)
{

Loading…
Cancel
Save