- Fixed zipdir on Windows for real. Logic this time, not just syntax.

SVN r1091 (trunk)
This commit is contained in:
Randy Heit 2008-07-24 22:22:50 +00:00
parent 2f7b7673f8
commit 0e9c1d0c2a
1 changed files with 1 additions and 0 deletions

View File

@ -337,6 +337,7 @@ dir_tree_t *add_dirs(char **argv)
{
break;
}
argv++;
}
return trees;
}