mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Bug 341170 - Fix for platform bug 291323 changed API behavior, regressing behavior in CDT
This commit is contained in:
parent
49b5fc416b
commit
64dfda5331
1 changed files with 1 additions and 1 deletions
|
@ -362,7 +362,7 @@ public class Binary extends Openable implements IBinary {
|
||||||
tu = new ExternalTranslationUnit(this, Path.fromOSString(filename), id);
|
tu = new ExternalTranslationUnit(this, Path.fromOSString(filename), id);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
tu = new ExternalTranslationUnit(this, URIUtil.toURI(filename), id);
|
tu = new ExternalTranslationUnit(this, URIUtil.toURI(filename, true), id);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue