X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=getdown%2Fsrc%2Fgetdown%2Flauncher%2Fsrc%2Fmain%2Fjava%2Fcom%2Fthreerings%2Fgetdown%2Flauncher%2FGetdown.java;h=33f97e892bbd8352a2e7751624150dbbb4a43f81;hb=0bbf6c2ef8c0f28d909aa7921f9ea08d16954de6;hp=f87382aac3b24d440a98cc7b78e159eef0308ea5;hpb=797296a31f6cb12c2c7fc990d39966f07b600862;p=jalview.git diff --git a/getdown/src/getdown/launcher/src/main/java/com/threerings/getdown/launcher/Getdown.java b/getdown/src/getdown/launcher/src/main/java/com/threerings/getdown/launcher/Getdown.java index f87382a..33f97e8 100644 --- a/getdown/src/getdown/launcher/src/main/java/com/threerings/getdown/launcher/Getdown.java +++ b/getdown/src/getdown/launcher/src/main/java/com/threerings/getdown/launcher/Getdown.java @@ -1043,7 +1043,7 @@ public abstract class Getdown extends Thread if (p != null && p.length() > 0) { String[] filenames; if (p.startsWith(q) && p.endsWith(q)) { - filenames = p.substring(1,p.length()-1).split("\" \""); + filenames = p.substring(q.length(),p.length()-q.length()).split(q+" "+q); } else { filenames = new String[]{p}; } @@ -1056,7 +1056,6 @@ public abstract class Getdown extends Thread } // jvl files if (_app.locatorFileExtension.equals(ext.toLowerCase())) { - // Do something special with this here File f = new File(filename); if (f.exists()) { String appbase = null;