X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1cc549e58c75763c9f861be71c93be5fd68bd04e..b6294124ecb7b6b72e4ef0b72e2934d74f56e65b:/src/common/intl.cpp diff --git a/src/common/intl.cpp b/src/common/intl.cpp index 77f765e2d2..bf24c944ed 100644 --- a/src/common/intl.cpp +++ b/src/common/intl.cpp @@ -1120,7 +1120,7 @@ bool wxMsgCatalogFile::Load(const wxChar *szDirPrefix, const wxChar *szName0, return false; // get the file size - off_t nSize = fileMsg.Length(); + wxFileOffset nSize = fileMsg.Length(); if ( nSize == wxInvalidOffset ) return false;