git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@805 379699f6-c40d-0410-875b-85095c16579e
stable
jochen 26 years ago
parent 62ba1fec3a
commit f87df275fd
  1. 2
      jode/jode/bytecode/SearchPath.java

@ -136,7 +136,7 @@ public class SearchPath {
zis.close();
} catch (IOException ex) {
GlobalOptions.err.println("Remote zip file "+bases[nr]
+" is corrupted.");
+" is corrupted.");
// disable entry
bases[nr] = null;
urlzips[nr] = null;

Loading…
Cancel
Save