Unbreak build after r327614
Approved by: mjg (on IRC) Differential Revision: https://reviews.freebsd.org/D13782
This commit is contained in:
parent
10988193d3
commit
917fa2a3e9
@ -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…
x
Reference in New Issue
Block a user