[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:
donho 2009-01-08 15:37:36 +00:00
parent 7279b1c911
commit 967ddc39e0
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}