K 10 svn:author V 3 bde K 8 svn:date V 27 1997-12-28T05:03:33.000000Z K 7 svn:log V 241 Handle "%...p" as "%#...x" instead of "0x%...x". This is a quick fix for field widths being 2 larger than specified for "%p". Only printing of null pointers is "wrong" now (it is actually "right", but inconsistent with printf(3)). END