Date: Sat, 27 Dec 1997 21:03:36 -0800 (PST) From: Bruce Evans <bde@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern subr_prf.c Message-ID: <199712280503.VAA28986@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1997/12/27 21:03:36 PST
Modified files:
sys/kern subr_prf.c
Log:
Handle "%...p" as "%#...x" instead of "0x%...x". This is a quick fix
for field widths being 2 larger than specified for "%<number>p". Only
printing of null pointers is "wrong" now (it is actually "right", but
inconsistent with printf(3)).
Revision Changes Path
1.44 +2 -3 src/sys/kern/subr_prf.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199712280503.VAA28986>
