mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-11 05:39:31 +08:00
Correction. Committed wrong patch earlier today.
From-SVN: r104367
This commit is contained in:
parent
ee2400e380
commit
a49701f9e0
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user