| Index: xfa/fxfa/parser/xfa_locale.cpp
|
| diff --git a/xfa/fxfa/parser/xfa_locale.cpp b/xfa/fxfa/parser/xfa_locale.cpp
|
| index b974939f41e76f4ac1ffb1860d5923a82f5e3a53..91ca23e9208a2530da1dbcb15c7af8097ce7408a 100644
|
| --- a/xfa/fxfa/parser/xfa_locale.cpp
|
| +++ b/xfa/fxfa/parser/xfa_locale.cpp
|
| @@ -76,8 +76,8 @@ void CXFA_XMLLocale::GetNumbericSymbol(FX_LOCALENUMSYMBOL eType,
|
| if (!pElement) {
|
| return;
|
| }
|
| - GetPattern(pElement, CFX_ByteStringC((const FX_CHAR*)bsSymbols,
|
| - bsSymbols.GetLength() - 1),
|
| + GetPattern(pElement,
|
| + CFX_ByteStringC(bsSymbols.c_str(), bsSymbols.GetLength() - 1),
|
| wsName.AsStringC(), wsNumSymbol);
|
| }
|
| void CXFA_XMLLocale::GetDateTimeSymbols(CFX_WideString& wsDtSymbol) const {
|
|
|