]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
`list' should be an extern'd `char **', not a local `char *' which we
authorDima Dorfman <dd@FreeBSD.org>
Mon, 3 Sep 2001 14:19:46 +0000 (14:19 +0000)
committerDima Dorfman <dd@FreeBSD.org>
Mon, 3 Sep 2001 14:19:46 +0000 (14:19 +0000)
commit9429078c33e7c08a5c72fd97ebd6f7165411b9ae
tree31135e6ccbf558ec189445f58365104f7a8a77af
parentd66de00d951a94062c1f555f0504dde97900d927
`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
games/backgammon/teachgammon/ttext2.c