This commit is contained in:
okan 2013-05-10 16:10:40 +00:00
parent e05c0a2c60
commit d0fe80b1f4

2
menu.c
View File

@ -197,7 +197,7 @@ menu_complete_path(struct menu_ctx *mc)
{
struct menu *mi, *mr;
struct menu_q menuq;
char *path = NULL;
char *path = NULL;
path = xcalloc(1, sizeof(mr->text));
mr = xcalloc(1, sizeof(*mr));