Fix -Wformat errors found in ircd-ratbox.
We cannot use -Wformat meaningfully but ircd-ratbox trunk can.
This commit is contained in:
parent
a695b0e40e
commit
0cce01d388
8 changed files with 25 additions and 22 deletions
|
@ -330,7 +330,7 @@ h_svc_stats(hook_data_int *data)
|
|||
{
|
||||
sendto_one_numeric(data->client, RPL_STATSULINE,
|
||||
form_str(RPL_STATSULINE),
|
||||
ptr->data, "*", "*", "s");
|
||||
(const char *)ptr->data, "*", "*", "s");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue