mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-23 13:54:54 +02:00
parent
a83fa30de6
commit
bac637ddfa
@ -42,9 +42,7 @@ FileDialog::FileDialog(HWND hwnd, HINSTANCE hInst)
|
||||
staticThis = this;
|
||||
//for (int i = 0 ; i < nbExtMax ; i++)
|
||||
// _extArray[i][0] = '\0';
|
||||
|
||||
_fileName[0] = '\0';
|
||||
|
||||
memset(_fileName, 0, sizeof(_fileName));
|
||||
_winVersion = (NppParameters::getInstance())->getWinVersion();
|
||||
|
||||
_ofn.lStructSize = sizeof(_ofn);
|
||||
|
Loading…
x
Reference in New Issue
Block a user