diff options
Diffstat (limited to '')
| -rw-r--r-- | src/optparser.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/src/optparser.h b/src/optparser.h index e653180..2033850 100644 --- a/src/optparser.h +++ b/src/optparser.h  | |||
| @@ -63,6 +63,7 @@ namespace Bu | |||
| 63 | { | 63 | { | 
| 64 | Bu::MemBuf mb( sVal ); | 64 | Bu::MemBuf mb( sVal ); | 
| 65 | Bu::Formatter f( mb ); | 65 | Bu::Formatter f( mb ); | 
| 66 | f << Bu::Fmt().tokenize( false ); | ||
| 66 | f >> v; | 67 | f >> v; | 
| 67 | } | 68 | } | 
| 68 | 69 | ||
