summaryrefslogtreecommitdiff
path: root/UEngines.pas
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2008-08-23 22:54:42 +0200
committerTomas Bzatek <tbzatek@users.sourceforge.net>2008-08-23 22:54:42 +0200
commitef3e79e0bb6ba4a5e5d4dc1467281370e1d8b488 (patch)
tree0f492cbf72e3cbc1954d6187e9d539bd0525e951 /UEngines.pas
parent182fe0717f8e7fefd1e5c1eb42968fd29e15156f (diff)
downloadtuxcmd-ef3e79e0bb6ba4a5e5d4dc1467281370e1d8b488.tar.xz
Fix some compiler warnings
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']);