mirror of
https://github.com/openRuyi-Project/gcc.git
synced 2026-06-16 00:16:04 +00:00
Correction. Committed wrong patch earlier today.
From-SVN: r104367
This commit is contained in:
@@ -614,7 +614,7 @@ public class URLClassLoader extends SecureClassLoader
|
||||
{
|
||||
File file = new File(dir, name).getCanonicalFile();
|
||||
if (file.exists() && !file.isDirectory())
|
||||
return new FileResource(this, file.path(), file);
|
||||
return new FileResource(this, file.getPath(), file);
|
||||
}
|
||||
catch (IOException e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user