Date: Tue, 7 Jul 1998 23:27:24 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-sys@FreeBSD.org Subject: cvs commit: src/sys/ddb db_examine.c Message-ID: <199807080627.XAA25992@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1998/07/07 23:27:23 PDT Modified files: sys/ddb db_examine.c Log: Fixed db_printf format errors (except for ones using broken extensions (nonstandard %n and '+' with %x), and ones not found by -Wformat on 386's (some db_expr_t's are still printed as ints). I decided not to change the arg type for %n from [unsigned] int to register_t, since about half of the uses of %n are to print plain ints and casting to [unsigned] long for %n is no harder than for %x. Revision Changes Path 1.23 +7 -7 src/sys/ddb/db_examine.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807080627.XAA25992>