Index: core/fxcrt/fx_basic_bstring.cpp |
diff --git a/core/fxcrt/fx_basic_bstring.cpp b/core/fxcrt/fx_basic_bstring.cpp |
index 18e240bc84d48166fdd81a85edf9e85f917ef227..e035dd53d1cf0a86bc40c681201dc19d75ef9253 100644 |
--- a/core/fxcrt/fx_basic_bstring.cpp |
+++ b/core/fxcrt/fx_basic_bstring.cpp |
@@ -99,9 +99,8 @@ CFX_ByteString::CFX_ByteString(char ch) { |
} |
CFX_ByteString::CFX_ByteString(const CFX_ByteStringC& stringSrc) { |
- if (!stringSrc.IsEmpty()) { |
+ if (!stringSrc.IsEmpty()) |
m_pData.Reset(StringData::Create(stringSrc.c_str(), stringSrc.GetLength())); |
- } |
} |
CFX_ByteString::CFX_ByteString(const CFX_ByteStringC& str1, |