mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
FIX: Bug [0000882]
This commit is contained in:
parent
6908247100
commit
504e8f5636
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue