mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-03 14:25:37 +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
|
||||
{
|
||||
if (file.isLinked()){
|
||||
if (file.isLinked(IResource.CHECK_ANCESTORS)){
|
||||
return true;
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Add table
Reference in a new issue