FIX: Bug [0000882]

This commit is contained in:
Alexander Koblov 2014-05-29 19:29:50 +00:00
commit 504e8f5636

View file

@ -1249,7 +1249,7 @@ begin
OldDoneBytes := FStatistics.DoneBytes;
// Skip descript.ion, it will be processed below
if gProcessComments and mbCompareFileNames(aNode.TheFile.Name, DESCRIPT_ION) then
if gProcessComments and (FStatistics.TotalFiles > 1) and mbCompareFileNames(aNode.TheFile.Name, DESCRIPT_ION) then
Result:= True
else begin
Result:= False;