mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-13 06:35:46 -04:00
Common/FileSystem: uint32 -> u32
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user