diff --git a/src/common/fs_mem.cpp b/src/common/fs_mem.cpp index 6503834972..3ad28089e6 100644 --- a/src/common/fs_mem.cpp +++ b/src/common/fs_mem.cpp @@ -190,7 +190,7 @@ void wxMemoryFSHandlerBase::AddFileWithMimeType(const wxString& filename, ( filename, static_cast(textdata.To8BitData()), - data.length(), + wxStrlen(static_cast(textdata.To8BitData())), mimetype ); }