bde 51d1a0c22d 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
..
1998-07-08 01:24:37 +00:00
1998-06-21 14:53:44 +00:00
1998-04-06 05:11:42 +00:00
1998-07-08 01:24:37 +00:00