]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/intl.cpp
*** empty log message ***
[wxWidgets.git] / src / common / intl.cpp
index b5520e58b732212b21ad14d7f27a601757625453..9750b9d809ed4400c3fcd5de43f76553cb677954 100644 (file)
@@ -262,7 +262,7 @@ bool wxMsgCatalog::Load(const char *szDirPrefix, const char *szName)
 
   // get the file size
   off_t nSize = fileMsg.Length();
-  if ( nSize == ofsInvalid )
+  if ( nSize == wxInvalidOffset )
     return FALSE;
 
   // read the whole file in memory