aboutsummaryrefslogtreecommitdiff
path: root/src/stable/fmt.h
diff options
context:
space:
mode:
authorMike Buland <mbuland@penny-arcade.com>2017-08-22 11:58:37 -0700
committerMike Buland <mbuland@penny-arcade.com>2017-08-22 11:58:37 -0700
commitfeb899f0b0aaaf236577cacf16e4c3b25b292fe6 (patch)
tree2d4391dba6b06a15f3476e3d39c59b035da26aac /src/stable/fmt.h
parent2fc7fcd7161121ab48cda40687d7d152e03b3079 (diff)
downloadlibbu++-feb899f0b0aaaf236577cacf16e4c3b25b292fe6.tar.gz
libbu++-feb899f0b0aaaf236577cacf16e4c3b25b292fe6.tar.bz2
libbu++-feb899f0b0aaaf236577cacf16e4c3b25b292fe6.tar.xz
libbu++-feb899f0b0aaaf236577cacf16e4c3b25b292fe6.zip
Updated json.
It needs a lot more work before it can be used to programattically build complex objects, but it's a great start.
Diffstat (limited to 'src/stable/fmt.h')
-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 )