aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fstring.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/fstring.h b/src/fstring.h
index 95ba382..585073f 100644
--- a/src/fstring.h
+++ b/src/fstring.h
@@ -396,8 +396,7 @@ private:
396 { 396 {
397 clear(); 397 clear();
398 398
399 if( !rSrc.isFlat() ) 399 rSrc.flatten();
400 return;
401 400
402 if( !rSrc.isShared() ) 401 if( !rSrc.isShared() )
403 { 402 {