initialize r after introducing fgets()

This commit is contained in:
Christian Grothoff
2024-07-26 16:21:27 +02:00
parent 15c79d49d3
commit fee6093fcf
+1
View File
@@ -730,6 +730,7 @@ TOP:
sizeof (line),
f))
break;
r = strlen (line);
off++;
while ( (r > 0) &&
( (isspace (line[r - 1])) ||