mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
initialize r after introducing fgets()
This commit is contained in:
@@ -730,6 +730,7 @@ TOP:
|
||||
sizeof (line),
|
||||
f))
|
||||
break;
|
||||
r = strlen (line);
|
||||
off++;
|
||||
while ( (r > 0) &&
|
||||
( (isspace (line[r - 1])) ||
|
||||
|
||||
Reference in New Issue
Block a user