| Index: core/src/fpdfdoc/doc_formfield.cpp
|
| diff --git a/core/src/fpdfdoc/doc_formfield.cpp b/core/src/fpdfdoc/doc_formfield.cpp
|
| index d1acab8e8104635eed0cf1adce589081616725c3..8a81d12f1cd85a89899e7dcf4d883d053ca8af76 100644
|
| --- a/core/src/fpdfdoc/doc_formfield.cpp
|
| +++ b/core/src/fpdfdoc/doc_formfield.cpp
|
| @@ -1084,7 +1084,7 @@ void CPDF_FormField::LoadDA()
|
| DA = pObj_t->GetString();
|
| }
|
| if (DA.IsEmpty() && m_pForm->m_pFormDict) {
|
| - DA = m_pForm->m_pFormDict->GetString("DA");
|
| + DA = m_pForm->m_pFormDict->GetStringAt("DA");
|
| }
|
| if (DA.IsEmpty()) {
|
| return;
|
|
|