Commit 92b5fbc5 by Tom Tromey Committed by Tom Tromey

SystemClassLoader.java (init): Clear last_was_sep in loop.

	* gnu/gcj/runtime/SystemClassLoader.java (init): Clear
	last_was_sep in loop.

From-SVN: r100991
parent 7ffd2d94
2005-06-15 Tom Tromey <tromey@redhat.com>
* gnu/gcj/runtime/SystemClassLoader.java (init): Clear
last_was_sep in loop.
2005-06-15 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* configure.host: Handle Solaris 10/x86.
......
......@@ -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())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment