mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-27 07:44:24 +02:00
parent
96ff66b225
commit
b5e2e9d737
@ -714,7 +714,7 @@ recordedMacroStep::recordedMacroStep(int iMessage, uptr_t wParam, uptr_t lParam)
|
||||
case IDD_FINDINFILES_FILTERS_COMBO:
|
||||
{
|
||||
char *ch = reinterpret_cast<char *>(_lParameter);
|
||||
_sParameter = *ch;
|
||||
_sParameter = ch;
|
||||
_macroType = mtUseSParameter;
|
||||
_lParameter = 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user