mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 14:51:46 +00:00
- Fixed zipdir on Windows for real. Logic this time, not just syntax.
SVN r1091 (trunk)
This commit is contained in:
parent
2f7b7673f8
commit
0e9c1d0c2a
1 changed files with 1 additions and 0 deletions
|
@ -337,6 +337,7 @@ dir_tree_t *add_dirs(char **argv)
|
|||
{
|
||||
break;
|
||||
}
|
||||
argv++;
|
||||
}
|
||||
return trees;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue