From ef3e79e0bb6ba4a5e5d4dc1467281370e1d8b488 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Sat, 23 Aug 2008 22:54:42 +0200 Subject: Fix some compiler warnings --- UEngines.pas | 1 - 1 file changed, 1 deletion(-) (limited to 'UEngines.pas') 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']); -- cgit v1.2.3