|
@@ -400,7 +400,7 @@ public class IZpackage
|
|
|
}
|
|
|
catch(IOException e)
|
|
|
{
|
|
|
-
|
|
|
+ e.printStackTrace();
|
|
|
}
|
|
|
catch (InterruptedException ex)
|
|
|
{
|
|
@@ -704,7 +704,7 @@ public class IZpackage
|
|
|
{
|
|
|
System.out.println("adding FN:"+fn);
|
|
|
fn=FileTK.getRelativePath(fn, packdir);
|
|
|
- if(File.separator.equals("/"))
|
|
|
+ if(File.separator.equals("(.)(.)")) //sollte nicht sein :P
|
|
|
fn = fn.substring(2);
|
|
|
else
|
|
|
fn = fn.substring(3);
|