diff options
Diffstat (limited to 'UCoreWorkers.pas')
| -rw-r--r-- | UCoreWorkers.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/UCoreWorkers.pas b/UCoreWorkers.pas index cf0fc13..218602d 100644 --- a/UCoreWorkers.pas +++ b/UCoreWorkers.pas @@ -774,7 +774,7 @@ begin DeleteAll := False; SkipToNext := False; -// DebugWriteListSL(AList); + DebugWriteListSL(AList); if AList.Count = 1 then Fr := 1 else Fr := 100 / (AList.Count - 1); if AList.Count > 0 then |
