Check for read errors.

This commit is contained in:
tjr 2004-07-30 10:58:06 +00:00
parent 07b5593d23
commit c0db43a356

View File

@ -297,6 +297,8 @@ filter(FILE *f)
maxcol = col;
continue;
}
if (ferror(f))
err(1, NULL);
if (maxcol)
flushln();
}