From 5b9b7a05e98b2cbb8d0395e09c3519e6df7fd9c6 Mon Sep 17 00:00:00 2001 From: mysticbbs Date: Sat, 3 Mar 2012 04:49:11 -0500 Subject: [PATCH] Fixed compiler warning --- mystic/install.pas | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mystic/install.pas b/mystic/install.pas index 00a5105..2803afc 100644 --- a/mystic/install.pas +++ b/mystic/install.pas @@ -249,7 +249,7 @@ Var Line : Integer; Per : LongInt; Per10 : Byte; - BarPos : Byte; + BarPos : Byte = 0; Begin Assign (T, FN); {$I-} Reset(T); {$I+} @@ -404,7 +404,6 @@ Var MBase : RecMessageBase; FBase : RecFileBase; TLang : RecTheme; - TF : Text; Begin Screen.WriteXYPipe (23, 19, 7, 45, '|08[|15û|08] |07Updating data files|08...');