Unbreak build after r327614
Approved by: mjg (on IRC) Differential Revision: https://reviews.freebsd.org/D13782
This commit is contained in:
parent
b25f1d3db6
commit
0a7ff7d651
@ -605,7 +605,7 @@ fdecode(FILE *stream)
|
||||
char buf[BUFSIZ];
|
||||
|
||||
s = buf;
|
||||
while (fgets(s, BUFSIZ - (s - buf), stdin)) {
|
||||
while (fgets(s, BUFSIZ - (s - buf), stream)) {
|
||||
p = buf;
|
||||
|
||||
while (*p && isblank(*p)) {
|
||||
|
Loading…
Reference in New Issue
Block a user