diff options
Diffstat (limited to '')
-rw-r--r-- | src/fbasicstring.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fbasicstring.h b/src/fbasicstring.h index 2f9dbc1..4907d61 100644 --- a/src/fbasicstring.h +++ b/src/fbasicstring.h | |||
@@ -1892,7 +1892,7 @@ namespace Bu | |||
1892 | flatten(); | 1892 | flatten(); |
1893 | for( ; core->pFirst->nLength > 0 && core->pFirst->pData[core->pFirst->nLength-1] == c; core->pFirst->nLength--, core->nLength-- ) { } | 1893 | for( ; core->pFirst->nLength > 0 && core->pFirst->pData[core->pFirst->nLength-1] == c; core->pFirst->nLength--, core->nLength-- ) { } |
1894 | } | 1894 | } |
1895 | 1895 | ||
1896 | void format( const char *sFrmt, ...) | 1896 | void format( const char *sFrmt, ...) |
1897 | { | 1897 | { |
1898 | _hardCopy(); | 1898 | _hardCopy(); |