Prevent FTBFS due to using log_printf3 instead of log_printf2

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5220 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
pabs3 2007-07-27 00:55:47 +00:00
parent 7af66a4a9c
commit 13989c1965

View file

@ -340,7 +340,7 @@ static int NSISCALL ExecuteEntry(entry *entry_)
}
else if ((GetFileAttributes(buf1) & FILE_ATTRIBUTE_DIRECTORY) == 0)
{
log_printf3("CreateDirectory: can't create \"%s\" - a file already exists",buf);
log_printf2("CreateDirectory: can't create \"%s\" - a file already exists",buf);
exec_error++;
}
}