diff options
author | George Hazan <ghazan@miranda.im> | 2018-08-30 17:28:25 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-08-30 17:28:33 +0300 |
commit | 2bdf44d25898918f372956cc27ec1c589d76da97 (patch) | |
tree | 295d88d2db2a882622bbb782975984c38c8236b0 /plugins | |
parent | e7aba219fae5b2713d88a127402b02a36355566f (diff) |
minus another error message
Diffstat (limited to 'plugins')
-rwxr-xr-x | plugins/Msg_Export/src/FileViewer.cpp | 2 |
1 files changed, 0 insertions, 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;
|