One more tweak.

This commit is contained in:
GJ 2012-05-01 01:43:00 -04:00
parent 3bd5aaa251
commit 97511be64a

View File

@ -74,7 +74,7 @@ public class ZipLibrary {
return file;
}
else {
return path + "/" + file;
return path + File.separator + file;
}
}