From owner-cvs-games Wed Jan 22 20:41:07 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA26471 for cvs-games-outgoing; Wed, 22 Jan 1997 20:41:07 -0800 (PST) Received: (from max@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA26464; Wed, 22 Jan 1997 20:41:04 -0800 (PST) Date: Wed, 22 Jan 1997 20:41:04 -0800 (PST) From: Masafumi NAKANE Message-Id: <199701230441.UAA26464@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-games Subject: cvs commit: src/games/backgammon/common_source subs.c Sender: owner-cvs-games@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk max 97/01/22 20:41:03 Modified: games/backgammon/common_source subs.c Log: When calling recover() from getarg(), also check to see if the first character of the argument being processed isn't '\0'. This fixes problem with backgammon exiting abnormally when you answer 'y' to the question it asks if you need instruction for the game. 2.2 cnadidate, maybe? Revision Changes Path 1.3 +1 -1 src/games/backgammon/common_source/subs.c