From owner-cvs-all Sun Feb 14 12:58:24 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA07708 for cvs-all-outgoing; Sun, 14 Feb 1999 12:58:24 -0800 (PST) (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 MAA07703; Sun, 14 Feb 1999 12:58:22 -0800 (PST) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA92743; Sun, 14 Feb 1999 12:58:21 -0800 (PST) (envelope-from dillon@FreeBSD.org) Date: Sun, 14 Feb 1999 12:58:21 -0800 (PST) Message-Id: <199902142058.MAA92743@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern subr_scanf.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dillon 1999/02/14 12:58:21 PST Modified files: sys/kern subr_scanf.c Log: Only needed to cast array index from char to unsigned char, did not also have to cast it to int. (int)(unsigned char)char_exp -> (unsigned char)char_exp. Revision Changes Path 1.5 +3 -3 src/sys/kern/subr_scanf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message