Date: Wed, 14 Jun 1995 00:55:08 -0700 From: Bruce Evans <bde> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/kern subr_prf.c Message-ID: <199506140755.AAA19223@freefall.cdrom.com>
next in thread | raw e-mail | index | archive | help
bde 95/06/14 00:55:08 Modified: sys/kern subr_prf.c Log: Convert %p to 0x%x instead of to 0x%8x. The latter gives blank padding in the wrong place. Blank padding in the right place or zero padding would be inconsistent with user mode. Put case 'p' in alphabetical order. Implement %p in sprintf() too. I'd like only a single, more complete printf() core, perhaps one based on vsnprintf().
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199506140755.AAA19223>