mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 10:46: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) {
|
||||
return false;
|
||||
}
|
||||
if (location.getDevice()==null) {
|
||||
resourceLocation = resourceLocation.setDevice(null);
|
||||
}
|
||||
if (location.isAbsolute()) {
|
||||
return location.equals(resourceLocation);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue