mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-01 06:01:38 +00:00
clang-modernize -use-auto convert for world/lfplist.cpp
This commit is contained in:
+1
-1
@@ -228,7 +228,7 @@ void GroupLFPList::SendLFPMatches(ServerLFPMatchesRequest_Struct* smrs) {
|
||||
}
|
||||
}
|
||||
|
||||
ServerPacket* Pack = new ServerPacket(ServerOP_LFPMatches, (sizeof(ServerLFPMatchesResponse_Struct) * Matches) + 4);
|
||||
auto Pack = new ServerPacket(ServerOP_LFPMatches, (sizeof(ServerLFPMatchesResponse_Struct) * Matches) + 4);
|
||||
|
||||
char *Buf = (char *)Pack->pBuffer;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user