mirror of
https://github.com/weechat/weechat.git
synced 2026-07-03 16:23:14 +02:00
xfer: use larger buffer for IP address
This removes a gcc warning about a too small buffer.
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
char *
|
||||
xfer_network_convert_integer_to_ipv4 (const char *str_address)
|
||||
{
|
||||
char *error, result[64];
|
||||
char *error, result[128];
|
||||
long number;
|
||||
|
||||
if (!str_address || !str_address[0])
|
||||
|
||||
Reference in New Issue
Block a user