| Index: xfa/fxfa/parser/xfa_object_imp.cpp
|
| diff --git a/xfa/fxfa/parser/xfa_object_imp.cpp b/xfa/fxfa/parser/xfa_object_imp.cpp
|
| index a9a5b294584e0c4392c3b52b8d2befe4f28b7f5b..de2f804a4cf67d5f24ab92433862acf0a3f8db38 100644
|
| --- a/xfa/fxfa/parser/xfa_object_imp.cpp
|
| +++ b/xfa/fxfa/parser/xfa_object_imp.cpp
|
| @@ -3625,7 +3625,7 @@ FX_BOOL CXFA_Node::SetAttribute(XFA_ATTRIBUTE eAttr,
|
| case XFA_ATTRIBUTETYPE_Integer:
|
| return SetInteger(
|
| pAttr->eName,
|
| - FXSYS_round(FX_wcstof(wsValue.c_str(), wsValue.GetLength())),
|
| + FXSYS_round(FX_wcstof(wsValue.c_str(), wsValue.GetLength(), nullptr)),
|
| bNotify);
|
| case XFA_ATTRIBUTETYPE_Measure:
|
| return SetMeasure(pAttr->eName, CXFA_Measurement(wsValue), bNotify);
|
|
|