consistency

This commit is contained in:
okan
2013-04-08 13:02:31 +00:00
parent 8c47a12a86
commit 28b54db221
4 changed files with 5 additions and 0 deletions

1
menu.c
View File

@@ -209,6 +209,7 @@ menu_complete_path(struct menu_ctx *mc)
mr = xcalloc(1, sizeof(*mr));
TAILQ_INIT(&menuq);
if ((mi = menu_filter(mc->sc, &menuq, mc->searchstr, NULL,
CWM_MENU_DUMMY, search_match_path_any, NULL)) != NULL) {
mr->abort = mi->abort;