mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-26 12:23:59 +08:00
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:
parent
7ffd2d94ca
commit
92b5fbc5ae
@ -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.
|
||||
|
@ -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())
|
||||
|
Loading…
Reference in New Issue
Block a user