- 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

View file

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