Jeff
--- SFB.orig/src/components/library/SFBPrint.cpp 2009-10-18
08:58:32.000000000 -0700
+++ SFB/src/components/library/SFBPrint.cpp 2009-10-18
21:20:23.000000000 -0700
@@ -336,6 +336,8 @@
int i = 0;
if (n == 0) {
+ while (width-- > 1)
+ facePutcImpl(face,zerofill?'0':' ');
facePutcImpl(face,'0');
return;
}
Thanks for the report and the fix.
- Dave