fix some possible errors

This commit is contained in:
Jacek Jendrzej
2014-11-06 14:40:44 +01:00
parent c8f0c68cf6
commit d5d6c4de62
4 changed files with 7 additions and 5 deletions

View File

@@ -572,7 +572,7 @@ void readln(int fd, char *buf)
int parse_response(URL *url, void * /*opt*/, CSTATE *state)
{
char header[2049], /*str[255]*/ str[2048]; // combined with 2nd local str from id3 part
char header[2048], /*str[255]*/ str[2048]; // combined with 2nd local str from id3 part
char *ptr, chr=0, lastchr=0;
int hlen = 0, response;
int meta_interval = 0, rval;