aboutsummaryrefslogtreecommitdiff
path: root/src/stable
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/stable/fmt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stable/fmt.h b/src/stable/fmt.h
index 9ecaf80..a650062 100644
--- a/src/stable/fmt.h
+++ b/src/stable/fmt.h
@@ -59,7 +59,7 @@ namespace Bu
59 59
60 static Fmt bin( unsigned int uWidth=0 ) 60 static Fmt bin( unsigned int uWidth=0 )
61 { 61 {
62 return Fmt( uWidth, 1, Right, false, false, '0' ); 62 return Fmt( uWidth, 2, Right, false, false, '0' );
63 } 63 }
64 64
65 static Fmt ptr( bool bCaps=true ) 65 static Fmt ptr( bool bCaps=true )