| Index: xfa/fgas/crt/fgas_stream.cpp
|
| diff --git a/xfa/fgas/crt/fgas_stream.cpp b/xfa/fgas/crt/fgas_stream.cpp
|
| index 1a3b23918472f03f6215a9753e5dc684cd34ae8b..7ee76fa4b43ed41a18c15e1921ea198d0ef1d954 100644
|
| --- a/xfa/fgas/crt/fgas_stream.cpp
|
| +++ b/xfa/fgas/crt/fgas_stream.cpp
|
| @@ -388,7 +388,7 @@ FX_BOOL CFX_FileStreamImp::LoadFile(const FX_WCHAR* pszSrcFileName,
|
| FXSYS_assert(pszSrcFileName != NULL && FXSYS_wcslen(pszSrcFileName) > 0);
|
| #if _FX_OS_ == _FX_WIN32_DESKTOP_ || _FX_OS_ == _FX_WIN32_MOBILE_ || \
|
| _FX_OS_ == _FX_WIN64_
|
| - CFX_WideString wsMode;
|
| + const FX_WCHAR* wsMode;
|
| if (dwAccess & FX_STREAMACCESS_Write) {
|
| if (dwAccess & FX_STREAMACCESS_Append) {
|
| wsMode = L"a+b";
|
|
|