From 7173061baa4c33584159b681ea300b73cd53f387 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Sun, 29 Nov 2009 18:56:33 +0100 Subject: Sort by inode number by default --- UCoreWorkers.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'UCoreWorkers.pas') 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 -- cgit v1.2.3