printf("%#x",0) should print 0 not 0x0
authorRich Felker <dalias@aerifal.cx>
Mon, 4 Jul 2011 05:01:58 +0000 (01:01 -0400)
committerRich Felker <dalias@aerifal.cx>
Mon, 4 Jul 2011 05:01:58 +0000 (01:01 -0400)
commit3d54adbe4752f3aaa61a1be412b6116ff7dd5be1
tree61836b5e6111e8284adbb0743d347763a938f5b9
parent2f0c415cebfedff0e4eb49b743a591a4c15d454e
printf("%#x",0) should print 0 not 0x0
src/stdio/vfprintf.c