From: Rich Felker Date: Mon, 4 Jul 2011 05:01:58 +0000 (-0400) Subject: printf("%#x",0) should print 0 not 0x0 X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=commitdiff_plain;h=3d54adbe4752f3aaa61a1be412b6116ff7dd5be1;hp=3d54adbe4752f3aaa61a1be412b6116ff7dd5be1 printf("%#x",0) should print 0 not 0x0 ---