simple menu: The use of realloc() requires indirect pointers
commite2bfd46bfc6372501d9379f5251bd97cce04ff3c
authorH. Peter Anvin <hpa@zytor.com>
Wed, 20 Feb 2008 00:16:03 +0000 (19 16:16 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 20 Feb 2008 00:51:24 +0000 (19 16:51 -0800)
treeaa33fcf2f689262b715dbc9dbf08c015cf2fa681
parent87e51b1848c449827e1a5a6438a19d2047021816
simple menu: The use of realloc() requires indirect pointers

Since we store pointers to struct menu_entry, we can't put it in
storage that is subject to realloc().  Accordingly, make menu_entries
an indirect array instead.
com32/menu/menu.h
com32/menu/menumain.c
com32/menu/readconfig.c