Date: Sun, 14 Feb 1999 12:58:21 -0800 (PST) From: Matt Dillon <dillon@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern subr_scanf.c Message-ID: <199902142058.MAA92743@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902142058.MAA92743>
