mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-17 21:03:19 +08:00
+fix: uninitialized variable, causing problems on copy multi-selection
This commit is contained in:
parent
ae32f27f98
commit
7dcfec1138
@ -7267,7 +7267,7 @@ void EditSelectionMultiSelectAll()
|
||||
//
|
||||
void EditSelectionMultiSelectAllEx(HWND hwnd, CLPCEDITFINDREPLACE edFndRpl)
|
||||
{
|
||||
EDITFINDREPLACE efr;
|
||||
EDITFINDREPLACE efr = INIT_EFR_DATA;
|
||||
DuplicateEFR(&efr, edFndRpl);
|
||||
|
||||
if (IsWindow(Globals.hwndDlgFindReplace)) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user