mirror of
https://github.com/SWG-Source/src.git
synced 2026-09-11 23:45:01 -04:00
fix a couple more, maybe
This commit is contained in:
@@ -1599,7 +1599,6 @@ bool Os::getUserName(char *buffer, int &bufferSize)
|
||||
DWORD windowsBufferSize = static_cast<DWORD>(bufferSize);
|
||||
buffer[0] = '\0';
|
||||
bool result = GetUserName(buffer, &windowsBufferSize) == TRUE;
|
||||
bufferSize = static_cast<int>(bufferSize);
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user