diff options
Diffstat (limited to 'src/Notepad2.c')
-rw-r--r-- | src/Notepad2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Notepad2.c b/src/Notepad2.c index 2d44c28..4f26aa8 100644 --- a/src/Notepad2.c +++ b/src/Notepad2.c @@ -5263,7 +5263,7 @@ LRESULT MsgNotify(HWND hwnd,WPARAM wParam,LPARAM lParam) if (iSize >= 3) {
- struct TextRange tr = { { iStartPos, iCurPos }, tchBuf };
+ struct Sci_TextRange tr = { { iStartPos, iCurPos }, tchBuf };
SendMessage(hwndEdit,SCI_GETTEXTRANGE,0,(LPARAM)&tr);
if (tchBuf[iSize - 2] != '/') {
|