Formatting
This commit is contained in:
parent
a89ea1f22a
commit
f975f813f3
|
@ -209,7 +209,7 @@ Var
|
||||||
Begin
|
Begin
|
||||||
Randomize;
|
Randomize;
|
||||||
|
|
||||||
Session.TempPath := Config.SystemPath + 'temp' + strI2S(Session.NodeNum) + PathChar;
|
Session.TempPath := Config.SystemPath + 'temp' + strI2S(Session.NodeNum) + PathChar;
|
||||||
|
|
||||||
{$I-}
|
{$I-}
|
||||||
MkDir (Config.SystemPath + 'temp' + strI2S(Session.NodeNum));
|
MkDir (Config.SystemPath + 'temp' + strI2S(Session.NodeNum));
|
||||||
|
@ -217,7 +217,7 @@ Begin
|
||||||
|
|
||||||
If IoResult <> 0 Then;
|
If IoResult <> 0 Then;
|
||||||
|
|
||||||
DirClean(Session.TempPath, '');
|
DirClean (Session.TempPath, '');
|
||||||
|
|
||||||
Assign (Session.User.UserFile, Config.DataPath + 'users.dat');
|
Assign (Session.User.UserFile, Config.DataPath + 'users.dat');
|
||||||
{$I-} Reset (Session.User.UserFile); {$I+}
|
{$I-} Reset (Session.User.UserFile); {$I+}
|
||||||
|
|
Loading…
Reference in New Issue