mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 18:56:02 +02:00
[118739] - fixed error parser matching file, applied patch
This commit is contained in:
parent
d67b7a5cf5
commit
dbc15625df
1 changed files with 3 additions and 0 deletions
|
@ -272,6 +272,9 @@ public class ErrorParserManager extends OutputStream {
|
||||||
if (resourceLocation == null) {
|
if (resourceLocation == null) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
if (location.getDevice()==null) {
|
||||||
|
resourceLocation = resourceLocation.setDevice(null);
|
||||||
|
}
|
||||||
if (location.isAbsolute()) {
|
if (location.isAbsolute()) {
|
||||||
return location.equals(resourceLocation);
|
return location.equals(resourceLocation);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Reference in a new issue