Fix buffer size

This commit is contained in:
Berke Viktor 2012-10-26 14:44:46 +02:00
parent d012ca1eb8
commit e38c6696cd
1 changed files with 1 additions and 1 deletions

View File

@ -611,7 +611,7 @@ static int
netstream_cb (char *word[], char *word_eol[], void *userdata)
{
char netstream[bsize];
char mag_r[3];
char mag_r[5];
char mag_s[5];
char format[bsize];
unsigned long long bytes_recv;