| Index: core/fpdfapi/parser/cpdf_array.cpp
|
| diff --git a/core/fpdfapi/parser/cpdf_array.cpp b/core/fpdfapi/parser/cpdf_array.cpp
|
| index 1aec3e06f3109da75280010fb1760ccd84ab312d..e118fd66e6c2ff5892c1fae9c90d77f32851b009 100644
|
| --- a/core/fpdfapi/parser/cpdf_array.cpp
|
| +++ b/core/fpdfapi/parser/cpdf_array.cpp
|
| @@ -196,7 +196,7 @@ void CPDF_Array::AddName(const CFX_ByteString& str) {
|
| }
|
|
|
| void CPDF_Array::AddString(const CFX_ByteString& str) {
|
| - Add(new CPDF_String(str, FALSE));
|
| + Add(new CPDF_String(str, false));
|
| }
|
|
|
| void CPDF_Array::AddInteger(int i) {
|
|
|