SystemClassLoader.java (init): Clear last_was_sep in loop.
* gnu/gcj/runtime/SystemClassLoader.java (init): Clear last_was_sep in loop. From-SVN: r100991
This commit is contained in:
@@ -52,6 +52,7 @@ public final class SystemClassLoader extends URLClassLoader
|
||||
continue;
|
||||
}
|
||||
|
||||
last_was_sep = false;
|
||||
File path = new File(e);
|
||||
// Ignore invalid paths.
|
||||
if (!path.exists())
|
||||
|
||||
Reference in New Issue
Block a user