summaryrefslogtreecommitdiffstats
path: root/bfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfs.c')
-rw-r--r--bfs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bfs.c b/bfs.c
index 9b01020..febea31 100644
--- a/bfs.c
+++ b/bfs.c
@@ -499,6 +499,7 @@ static cmdline *parse_cmdline(int argc, char *argv[]) {
cl->colors = NULL;
cl->color = isatty(STDOUT_FILENO);
cl->flags = BFTW_RECOVER;
+ cl->expr = NULL;
parser_state state = {
.cl = cl,