Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Sep 2001 07:19:46 -0700 (PDT)
From:      Dima Dorfman <dd@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/games/backgammon/teachgammon ttext2.c
Message-ID:  <200109031419.f83EJk929634@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dd          2001/09/03 07:19:46 PDT

  Modified files:
    games/backgammon/teachgammon ttext2.c 
  Log:
  `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
  
  Revision  Changes    Path
  1.4       +3 -2      src/games/backgammon/teachgammon/ttext2.c


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109031419.f83EJk929634>