From owner-cvs-all Mon Sep 3 7:19:51 2001
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21])
by hub.freebsd.org (Postfix) with ESMTP
id 61C9137B403; Mon, 3 Sep 2001 07:19:46 -0700 (PDT)
Received: (from dd@localhost)
by freefall.freebsd.org (8.11.4/8.11.4) id f83EJk929634;
Mon, 3 Sep 2001 07:19:46 -0700 (PDT)
(envelope-from dd)
Message-Id: <200109031419.f83EJk929634@freefall.freebsd.org>
From: Dima Dorfman
Date: Mon, 3 Sep 2001 07:19:46 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/games/backgammon/teachgammon ttext2.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
List-ID:
List-Archive: (Web Archive)
List-Help: (List Instructions)
List-Subscribe:
List-Unsubscribe:
X-Loop: FreeBSD.ORG
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