From owner-cvs-all Tue Jun 30 11:59:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA13608 for cvs-all-outgoing; Tue, 30 Jun 1998 11:59:37 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA13590; Tue, 30 Jun 1998 11:59:29 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA28812; Tue, 30 Jun 1998 11:58:29 -0700 (PDT) Date: Tue, 30 Jun 1998 11:58:29 -0700 (PDT) Message-Id: <199806301858.LAA28812@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-games@FreeBSD.ORG Subject: cvs commit: src/games/sail sync.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/06/30 11:58:29 PDT Modified files: games/sail sync.c Log: Fixed printf format errors. Didn't fix gross homemade varargs function Write(). Pointers are passed to it as longs, but it expects them to be passed as ints. The alpha non-fixes made this worse. Revision Changes Path 1.3 +1 -1 src/games/sail/sync.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message