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:
parent
c4f7a48f8c
commit
8ef7b8fe3c
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue