mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-23 22:04:55 +02:00
[BUG_FIXED] Fix verbose backup bug (while the backup dir is not set).
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@391 f5eea248-9336-0410-98b8-ebc06183d4e3
This commit is contained in:
parent
7279b1c911
commit
967ddc39e0
@ -1069,7 +1069,7 @@ bool Notepad_plus::fileSave(BufferID id)
|
||||
|
||||
if (!::PathFileExists(fn_dateTime_bak.c_str()))
|
||||
{
|
||||
::CreateDirectory(bakDir, NULL);
|
||||
::CreateDirectory(fn_dateTime_bak.c_str(), NULL);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user