Fix Werror=format-overflow warning in bug471

This commit is contained in:
Markus Mäkelä 2019-04-26 13:32:51 +03:00
parent ea14331d18
commit 3c8d6fc175
No known key found for this signature in database
GPG Key ID: 72D48FCE664F7B19

View File

@ -161,7 +161,7 @@ int main(int argc, char* argv[])
char server_id[256];
char server_id_d[256];
char hint_sql[64];
char hint_sql[80];
for (int i = 1; i < 25; i++)
{