mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 16:51:29 +00:00
clang-modernize -use-auto convert for ucs/worldserver.cpp
This commit is contained in:
parent
09f37323d1
commit
502bb6ca79
@ -81,7 +81,7 @@ void WorldServer::Process()
|
||||
{
|
||||
char *Buffer = (char *)pack->pBuffer;
|
||||
|
||||
char *From = new char[strlen(Buffer) + 1];
|
||||
auto From = new char[strlen(Buffer) + 1];
|
||||
|
||||
VARSTRUCT_DECODE_STRING(From, Buffer);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user