mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 07:18:37 +00:00
Fix some improper uses of printf formats
This commit is contained in:
+1
-1
@@ -402,7 +402,7 @@ void Database::SendHeaders(Client *c) {
|
||||
|
||||
char Buf[100];
|
||||
|
||||
my_ulonglong NumRows = mysql_num_rows(result);
|
||||
uint32 NumRows = mysql_num_rows(result);
|
||||
|
||||
int HeaderCountPacketLength = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user