nothing new, cvs just assumes so...

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@644 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2002-08-04 21:24:37 +00:00
parent c4f7a48f8c
commit 8ef7b8fe3c

View file

@ -235,7 +235,7 @@ static int ExecuteEntry(entry *entries, int pos)
if (parms[1])
{
update_status_text(LANG_OUTPUTDIR,buf2);
lstrcpy(state_output_directory,buf2);
lstrcpy(state_output_directory,buf2);
}
else update_status_text(LANG_CREATEDIR,buf2);
recursive_create_directory(buf2);