From feb899f0b0aaaf236577cacf16e4c3b25b292fe6 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 22 Aug 2017 11:58:37 -0700 Subject: Updated json. It needs a lot more work before it can be used to programattically build complex objects, but it's a great start. --- src/stable/fmt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stable') 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 static Fmt bin( unsigned int uWidth=0 ) { - return Fmt( uWidth, 1, Right, false, false, '0' ); + return Fmt( uWidth, 2, Right, false, false, '0' ); } static Fmt ptr( bool bCaps=true ) -- cgit v1.2.3