summaryrefslogtreecommitdiff
path: root/apps/tagtree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tagtree.c')
-rw-r--r--apps/tagtree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tagtree.c b/apps/tagtree.c
index e56c805fa3..0625e860ab 100644
--- a/apps/tagtree.c
+++ b/apps/tagtree.c
@@ -1905,7 +1905,7 @@ int tagtree_enter(struct tree_context* c)
1905 } 1905 }
1906 else 1906 else
1907 { 1907 {
1908 rc = kbd_input(searchstring, SEARCHSTR_SIZE); 1908 rc = kbd_input(searchstring, SEARCHSTR_SIZE, NULL);
1909 if (rc < 0 || !searchstring[0]) 1909 if (rc < 0 || !searchstring[0])
1910 { 1910 {
1911 tagtree_exit(c); 1911 tagtree_exit(c);