| Index: fpdfsdk/pdfwindow/PWL_Edit.cpp
|
| diff --git a/fpdfsdk/pdfwindow/PWL_Edit.cpp b/fpdfsdk/pdfwindow/PWL_Edit.cpp
|
| index 620838185ebf615e1f08bf1bf44e345b2b26b7bf..4a9adfb207eacfe3f1a68ecf92bf6b3dbfdab07b 100644
|
| --- a/fpdfsdk/pdfwindow/PWL_Edit.cpp
|
| +++ b/fpdfsdk/pdfwindow/PWL_Edit.cpp
|
| @@ -708,7 +708,7 @@ CFX_ByteString CPWL_Edit::GetTextAppearanceStream(
|
| << sEdit.AsStringC() << "ET\n";
|
| }
|
|
|
| - return sRet.GetByteString();
|
| + return sRet.AsStringC();
|
| }
|
|
|
| CFX_ByteString CPWL_Edit::GetCaretAppearanceStream(
|
|
|