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