diff options
author | Mike Buland <eichlan@xagasoft.com> | 2007-08-05 05:48:46 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2007-08-05 05:48:46 +0000 |
commit | cd0fef04fab0229ac9bb332806342fd8ee3c8673 (patch) | |
tree | a1f25c6519f0113148b07479cf43ea57835ec977 /src | |
parent | 33aa0db4e61b3ecba720ac5cef90bc5f9085300d (diff) | |
download | libbu++-cd0fef04fab0229ac9bb332806342fd8ee3c8673.tar.gz libbu++-cd0fef04fab0229ac9bb332806342fd8ee3c8673.tar.bz2 libbu++-cd0fef04fab0229ac9bb332806342fd8ee3c8673.tar.xz libbu++-cd0fef04fab0229ac9bb332806342fd8ee3c8673.zip |
Minor FString change.
Diffstat (limited to '')
-rw-r--r-- | src/fstring.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fstring.h b/src/fstring.h index 9565527..3cf42ef 100644 --- a/src/fstring.h +++ b/src/fstring.h | |||
@@ -52,7 +52,6 @@ namespace Bu | |||
52 | pFirst( NULL ), | 52 | pFirst( NULL ), |
53 | pLast( NULL ) | 53 | pLast( NULL ) |
54 | { | 54 | { |
55 | append(""); | ||
56 | } | 55 | } |
57 | 56 | ||
58 | FBasicString( const chr *pData ) : | 57 | FBasicString( const chr *pData ) : |