mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 14:17:06 -04:00
bsdgrep: Fix build failure WITHOUT_LZMA (incorrect bracket placement)
Submitted by: sbruno Reported by: sbruno
This commit is contained in:
parent
60dd682329
commit
27ee4fa6e6
1 changed files with 1 additions and 1 deletions
|
|
@ -337,8 +337,8 @@ grep_open(const char *path)
|
|||
lstrm.avail_out = MAXBUFSIZ;
|
||||
laction = LZMA_RUN;
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
/* Fill read buffer, also catches errors early */
|
||||
if (bufrem == 0 && grep_refill(f) != 0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue