Fix some improper uses of printf formats

This commit is contained in:
j883376
2013-06-22 00:55:54 -04:00
parent 536e31d771
commit 7e2806119b
2 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -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;