summaryrefslogtreecommitdiff
path: root/UEngines.pas
diff options
context:
space:
mode:
Diffstat (limited to 'UEngines.pas')
-rw-r--r--UEngines.pas1
1 files changed, 0 insertions, 1 deletions
diff --git a/UEngines.pas b/UEngines.pas
index 1c51a62..5121947 100644
--- a/UEngines.pas
+++ b/UEngines.pas
@@ -275,7 +275,6 @@ begin
if (Buf <> '.') and (Buf <> '..') and (DirEnt^.d_name[0] <> #0) and
(AddDotFiles or (Length(Buf) = 1) or ((Length(Buf) > 1) and (not ((Buf[0] = '.') and (Buf[1] <> '.'))))) then
begin
- Item := nil;
// DebugMsg(['x5']);
Item := malloc(SizeOf(TDataItem));
// DebugMsg(['x6']);