| commit | 298f6bd657fd2c0cd6c1fc049be9e2a139e2ae05 | [log] [tgz] |
|---|---|---|
| author | rsc <devnull@localhost> | Fri Oct 22 17:13:54 2004 +0000 |
| committer | rsc <devnull@localhost> | Fri Oct 22 17:13:54 2004 +0000 |
| tree | 852f25c9590afcda3eebfc0373988465f3ae9f60 | |
| parent | 32116738e10e88f4d8eb136652fa945c6415d462 [diff] |
print 0 %ux as 0x0
diff --git a/src/lib9/fmt/dofmt.c b/src/lib9/fmt/dofmt.c index 39a3d34..cee3f4e 100644 --- a/src/lib9/fmt/dofmt.c +++ b/src/lib9/fmt/dofmt.c
@@ -443,7 +443,6 @@ *p-- = '0'; n = 1; } - fl &= ~FmtSharp; } for(w = f->prec; n < w && p > buf+3; n++) *p-- = '0';