K 10 svn:author V 2 dd K 8 svn:date V 27 2001-09-03T14:19:46.000000Z K 7 svn:log V 280 `list' should be an extern'd `char **', not a local `char *' which we never set. Ideally, we'd get the extern from tutor.h, but that defines a number of other variables that conflict with ours. This fixes a segmentation fault when trying to return to the main menu. PR: 30172 END