On 23-Mar-2002 Eric Binet wrote: > The new CVS BB dumps a core if I put a [nop] in a menu?!? >
the new menu code uses string classes instead of char*. char *label = '\0'; string item = label; segfault. thanks, will add this to my list of things to clean up.
