Bruce Evans b1bf7bc679 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.
1998-07-08 06:27:22 +00:00
..
1997-06-14 11:52:37 +00:00
1998-06-28 00:59:26 +00:00
1997-06-14 11:52:37 +00:00
1997-12-05 05:36:58 +00:00
1997-06-14 11:52:37 +00:00
1997-06-14 11:52:37 +00:00