Introduction
Introduction Statistics Contact Development Disclaimer Help
tsilence warning - plan9port - [fork] Plan 9 from user space
git clone git://src.adamsgaard.dk/plan9port
Log
Files
Refs
README
LICENSE
---
commit 403fb41e2389e033a864f110d1266a4c70076a57
parent 2ad582ee88c98eefdd00d4f16704783f3db52d6f
Author: rsc <devnull@localhost>
Date: Sun, 28 May 2006 05:53:05 +0000
silence warning
Diffstat:
M src/lib9/fmt/fltfmt.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/lib9/fmt/fltfmt.c b/src/lib9/fmt/fltfmt.c
t@@ -647,7 +647,7 @@ __efgfmt(Fmt *fmt)
}else if(ndigits > 0){
ndigits--;
c = *digits++;
- }else if(z2 > 0){
+ }else{
z2--;
c = '0';
}
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.