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:
Tom Tromey 2005-06-15 19:05:43 +00:00 committed by Tom Tromey
parent 7ffd2d94ca
commit 92b5fbc5ae
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
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.

View File

@ -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())