From a3d686f961d7dfe731d2b47dcbbb87e01e353563 Mon Sep 17 00:00:00 2001 From: Peter D'Hoye Date: Sat, 16 Sep 2006 19:51:46 +0000 Subject: Somebody found a way to nest 6 menus deep. Congratulations. Fixes FS#5970 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10962 a1c6a512-1295-4272-9138-f99709370657 --- apps/menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/menu.c') diff --git a/apps/menu.c b/apps/menu.c index f861e0bddf..e0a439e22e 100644 --- a/apps/menu.c +++ b/apps/menu.c @@ -60,7 +60,7 @@ struct menu { struct gui_synclist synclist; }; -#define MAX_MENUS 5 +#define MAX_MENUS 6 static struct menu menus[MAX_MENUS]; static bool inuse[MAX_MENUS] = { false }; -- cgit v1.2.3