| Index: core/fpdfdoc/doc_action.cpp
|
| diff --git a/core/fpdfdoc/doc_action.cpp b/core/fpdfdoc/doc_action.cpp
|
| index 9a43b58e9815a3bb3951e9529e277e937abe241d..508503e96e63377ec4397a94c28420e1c3d84963 100644
|
| --- a/core/fpdfdoc/doc_action.cpp
|
| +++ b/core/fpdfdoc/doc_action.cpp
|
| @@ -73,7 +73,8 @@ CFX_WideString CPDF_Action::GetFilePath() const {
|
| if (type == "Launch") {
|
| CPDF_Dictionary* pWinDict = m_pDict->GetDictBy("Win");
|
| if (pWinDict) {
|
| - return CFX_WideString::FromLocal(pWinDict->GetStringBy("F"));
|
| + return CFX_WideString::FromLocal(
|
| + pWinDict->GetStringBy("F").AsByteStringC());
|
| }
|
| }
|
| return path;
|
|
|