mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue