mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-13 01:41:59 -04:00
you can now visit caredbar!
This commit is contained in:
parent
bf59962724
commit
3b903e2b52
55 changed files with 953 additions and 1428 deletions
|
@ -496,7 +496,7 @@ bool Pathname::CreateFolder(void *security_descriptor)
|
|||
char *buff=(char *)alloca(len);
|
||||
for (int i=1;GetPart(i,buff,len,-1);i++)
|
||||
{
|
||||
if (begpart==-1 && _access(buff,0)!=0) begpart=i;
|
||||
if (begpart==-1 && _check_file_exists(buff)!=0) begpart=i;
|
||||
if (begpart!=-1)
|
||||
{
|
||||
if (begpart==-1) begpart=i;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue