From f975f813f348a8046024f18901af0cc07abee087 Mon Sep 17 00:00:00 2001 From: mysticbbs Date: Wed, 14 Mar 2012 02:24:35 -0400 Subject: [PATCH] Formatting --- mystic/mystic.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mystic/mystic.pas b/mystic/mystic.pas index 1f84862..3286a24 100644 --- a/mystic/mystic.pas +++ b/mystic/mystic.pas @@ -209,7 +209,7 @@ Var Begin Randomize; - Session.TempPath := Config.SystemPath + 'temp' + strI2S(Session.NodeNum) + PathChar; + Session.TempPath := Config.SystemPath + 'temp' + strI2S(Session.NodeNum) + PathChar; {$I-} MkDir (Config.SystemPath + 'temp' + strI2S(Session.NodeNum)); @@ -217,7 +217,7 @@ Begin If IoResult <> 0 Then; - DirClean(Session.TempPath, ''); + DirClean (Session.TempPath, ''); Assign (Session.User.UserFile, Config.DataPath + 'users.dat'); {$I-} Reset (Session.User.UserFile); {$I+}