mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-06 15:55:47 +02:00
[251631] NullPointerException in SystemTempFileListener
This commit is contained in:
parent
10d76ae7a2
commit
6296b9d96f
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ public abstract class SystemTempFileListener implements IResourceChangeListener
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if (file.isLinked()){
|
if (file.isLinked(IResource.CHECK_ANCESTORS)){
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Add table
Reference in a new issue