From 15b29a48af2175f620d0acad00bac59d2d5d8630 Mon Sep 17 00:00:00 2001 From: John Hawthorn Date: Tue, 31 Jan 2017 18:06:42 -0800 Subject: Pass options to choices_init --- src/fzy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fzy.c') diff --git a/src/fzy.c b/src/fzy.c index 3b47475..461f022 100644 --- a/src/fzy.c +++ b/src/fzy.c @@ -19,7 +19,7 @@ int main(int argc, char *argv[]) { options_parse(&options, argc, argv); choices_t choices; - choices_init(&choices); + choices_init(&choices, &options); choices_fread(&choices, stdin); if (options.benchmark) { -- cgit v1.2.3