From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25525 invoked by alias); 2 Dec 2003 04:48:49 -0000 Mailing-List: contact xconq-cvs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: , Sender: xconq-cvs-owner@sources.redhat.com List-Subscribe: Received: (qmail 25513 invoked by uid 9065); 2 Dec 2003 04:48:49 -0000 Date: Tue, 02 Dec 2003 04:48:00 -0000 Message-ID: <20031202044849.25511.qmail@sources.redhat.com> From: kingdon@sources.redhat.com To: xconq-cvs@sources.redhat.com Subject: xconq ./ChangeLog kernel/autotest.c kernel/mis ... X-SW-Source: 2003/txt/msg00215.txt.bz2 List-Id: CVSROOT: /cvs/xconq Module name: xconq Changes by: kingdon@sourceware.org 2003-12-02 04:48:49 Modified files: . : ChangeLog kernel : autotest.c misc.h skelconq.c write.c Log message: Fix bug which produced a warning every time one tried to save the game: * kernel/skelconq.c (low_run_warning, low_init_warning): Exit on warnings, so they don't show up as "pass" in autotests. * kernel/autotest.c (test_save): New test, which catches this bug. * kernel/write.c, kernel/misc.h (find_name): Extract the module name code from write_entire_game_state to here. Allocate the buffer in init_write.