aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/fstring.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fstring.h b/src/fstring.h
index 4dee537..9565527 100644
--- a/src/fstring.h
+++ b/src/fstring.h
@@ -52,6 +52,7 @@ namespace Bu
52 pFirst( NULL ), 52 pFirst( NULL ),
53 pLast( NULL ) 53 pLast( NULL )
54 { 54 {
55 append("");
55 } 56 }
56 57
57 FBasicString( const chr *pData ) : 58 FBasicString( const chr *pData ) :
@@ -346,7 +347,7 @@ namespace Bu
346 } 347 }
347 //append( pData ); 348 //append( pData );
348 349
349 //return (*this); 350 return (*this);
350 } 351 }
351 352
352 /** 353 /**