diff options
Diffstat (limited to 'src/stable/fmt.h')
| -rw-r--r-- | src/stable/fmt.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/stable/fmt.h b/src/stable/fmt.h index 15d8efc..bcc5240 100644 --- a/src/stable/fmt.h +++ b/src/stable/fmt.h | |||
| @@ -17,7 +17,7 @@ namespace Bu | |||
| 17 | uRadix( 10 ), | 17 | uRadix( 10 ), |
| 18 | uAlign( Right ), | 18 | uAlign( Right ), |
| 19 | bPlus( false ), | 19 | bPlus( false ), |
| 20 | bCaps( true ), | 20 | bCaps( false ), |
| 21 | bTokenize( true ) | 21 | bTokenize( true ) |
| 22 | { | 22 | { |
| 23 | } | 23 | } |
| @@ -47,7 +47,7 @@ namespace Bu | |||
| 47 | { | 47 | { |
| 48 | } | 48 | } |
| 49 | 49 | ||
| 50 | static Fmt hex( unsigned int uWidth=0, bool bCaps=true ) | 50 | static Fmt hex( unsigned int uWidth=0, bool bCaps=false ) |
| 51 | { | 51 | { |
| 52 | return Fmt( uWidth, 16, Right, false, bCaps, '0' ); | 52 | return Fmt( uWidth, 16, Right, false, bCaps, '0' ); |
| 53 | } | 53 | } |
| @@ -73,6 +73,8 @@ namespace Bu | |||
| 73 | Fmt &align( Alignment eAlign ); | 73 | Fmt &align( Alignment eAlign ); |
| 74 | Fmt &plus( bool bPlus=true ); | 74 | Fmt &plus( bool bPlus=true ); |
| 75 | Fmt &caps( bool bCaps=true ); | 75 | Fmt &caps( bool bCaps=true ); |
| 76 | Fmt &upper(); | ||
| 77 | Fmt &lower(); | ||
| 76 | Fmt &tokenize( bool bTokenize=true ); | 78 | Fmt &tokenize( bool bTokenize=true ); |
| 77 | 79 | ||
| 78 | Fmt &left(); | 80 | Fmt &left(); |
