Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/elfmz/far2l.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'far2l/src/viewer.hpp')
-rw-r--r--far2l/src/viewer.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/far2l/src/viewer.hpp b/far2l/src/viewer.hpp
index 8ff30a04..9f8684f3 100644
--- a/far2l/src/viewer.hpp
+++ b/far2l/src/viewer.hpp
@@ -62,11 +62,11 @@ class KeyBar;
struct ViewerString
{
- wchar_t *lpData /*[MAX_VIEWLINEB]*/;
int64_t nFilePos;
int64_t nSelStart;
int64_t nSelEnd;
bool bSelection;
+ wchar_t lpData[MAX_VIEWLINEB + 1];
};
struct InternalViewerBookMark