X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/87e0228a43ba73eac409f2f0d7f75f3b6148adfc..c9dcf6981fac0969eca871a12a4d22d96c69fb3a:/uip/mhstoresbr.c diff --git a/uip/mhstoresbr.c b/uip/mhstoresbr.c index cab9cee7..a2bc919e 100644 --- a/uip/mhstoresbr.c +++ b/uip/mhstoresbr.c @@ -835,7 +835,7 @@ losing: } } - while (fgets (buffer, sizeof(buffer) - 1, ct->c_fp)) { + while (fgets (buffer, sizeof buffer, ct->c_fp)) { if ((pos += strlen (buffer)) > last) { int diff;