1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-22 07:43:56 +02:00

Bug 360710: Index corruption due to urgent task.

This commit is contained in:
Markus Schorn 2011-11-03 13:21:21 +01:00
parent 140b8ab73e
commit 92955735be

View file

@ -562,6 +562,8 @@ public abstract class AbstractIndexerTask extends PDOMWriter {
info= createFileInfo(key, null);
}
info.fIndexFile= ifile;
info.fDirectives= null;
info.fPreprocessingDirectives= null;
info.fRequestUpdate= true;
info.fIsUpdated= false;
}