Fix saveAll bug.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@268 f5eea248-9336-0410-98b8-ebc06183d4e3
This commit is contained in:
harrybharry 2008-07-02 00:17:08 +00:00
parent 41be902ec8
commit 25a8dd0dd8
1 changed files with 1 additions and 1 deletions

View File

@ -983,7 +983,7 @@ bool Notepad_plus::fileSave(BufferID id)
const char *fn = buf->getFilePath();
if (buf->isUntitled())
{
return fileSaveAs();
return fileSaveAs(id);
}
else
{