damn p...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@642 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
bc920f3691
commit
6b7f32f413
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ void recursive_create_directory(char *directory)
|
|||
else return;
|
||||
while (*p)
|
||||
{
|
||||
while (*p != '\\' && *p) CharNext(p);
|
||||
while (*p != '\\' && *p) p=CharNext(p);
|
||||
if (!*p) CreateDirectory(directory,NULL);
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue