[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()))
|
if (!::PathFileExists(fn_dateTime_bak.c_str()))
|
||||||
{
|
{
|
||||||
::CreateDirectory(bakDir, NULL);
|
::CreateDirectory(fn_dateTime_bak.c_str(), NULL);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue