aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index f27bb06..6c675b1 100644
--- a/main.c
+++ b/main.c
@@ -45,6 +45,7 @@ int main(int argc, char* argv[]) {
state.filtered_items = array_new(item_display_t, 0);
state.selected_filtered_item = -1;
state.page_indices = array_new(size_t, 0);
+ state.strstr = strstr;
// check locale
setlocale(LC_ALL, "");