mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
bug 378978: [sd90] Internal error during serialization of language
settings after build has completed
This commit is contained in:
parent
677449d867
commit
71420e489e
1 changed files with 1 additions and 1 deletions
|
@ -916,7 +916,7 @@ public class LanguageSettingsProvidersSerializer {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (folder.isAccessible()) {
|
if (folder.isAccessible()) {
|
||||||
rule = fileStorePrj;
|
rule = folder;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (rule == null) {
|
if (rule == null) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue