| Index: core/src/fpdfdoc/doc_formfield.cpp
|
| diff --git a/core/src/fpdfdoc/doc_formfield.cpp b/core/src/fpdfdoc/doc_formfield.cpp
|
| index 25f5490a726f59df83b2b199f5f9edab9ad2eac5..f9b8438a0ecca3e8ae08a30d8bec3696de08f021 100644
|
| --- a/core/src/fpdfdoc/doc_formfield.cpp
|
| +++ b/core/src/fpdfdoc/doc_formfield.cpp
|
| @@ -529,7 +529,7 @@ FX_BOOL CPDF_FormField::IsItemSelected(int index) {
|
| }
|
|
|
| if (pValue->IsString())
|
| - return (pValue->GetUnicodeText() == opt_value);
|
| + return pValue->GetUnicodeText() == opt_value;
|
|
|
| if (pValue->IsNumber()) {
|
| if (pValue->GetString().IsEmpty())
|
|
|