From 2bdf44d25898918f372956cc27ec1c589d76da97 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 30 Aug 2018 17:28:25 +0300 Subject: minus another error message --- plugins/Msg_Export/src/FileViewer.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/Msg_Export/src/FileViewer.cpp b/plugins/Msg_Export/src/FileViewer.cpp index 1d8f310d1a..c8949c5d39 100755 --- a/plugins/Msg_Export/src/FileViewer.cpp +++ b/plugins/Msg_Export/src/FileViewer.cpp @@ -289,8 +289,6 @@ int CLStreamRTFInfo::nLoadFileStream(LPBYTE pbBuff, LONG cb) // we can't read more data from the file because the we // might just move the problem. if file contains \n\n\n\n\n ... LONG lExtraRead = (n + 1) - dwRead; - if (lExtraRead >= 0) - MessageBox(nullptr, TranslateT("Internal error! (lExtraRead >= 0)"), MSG_BOX_TITEL, MB_OK); SetFilePointer(hFile, lExtraRead, nullptr, FILE_CURRENT); bCheckFirstForNick = true; return dwCurrent; -- cgit v1.2.3