diff --git a/Source/Engine/Platform/Linux/LinuxPlatform.cpp b/Source/Engine/Platform/Linux/LinuxPlatform.cpp index e86926fd2..3e1ac5b42 100644 --- a/Source/Engine/Platform/Linux/LinuxPlatform.cpp +++ b/Source/Engine/Platform/Linux/LinuxPlatform.cpp @@ -2018,7 +2018,7 @@ bool LinuxPlatform::Init() // Get user name string char buffer[UNIX_APP_BUFF_SIZE]; getlogin_r(buffer, UNIX_APP_BUFF_SIZE); - OnPlatformUserAdd(New(String(buffer)); + OnPlatformUserAdd(New(String(buffer))); UnixGetMacAddress(MacAddress);