1
0
Fork 0
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:
Alena Laskavaia 2008-11-27 14:12:11 +00:00
parent d67b7a5cf5
commit dbc15625df

View file

@ -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 {