Minor startup change
This commit is contained in:
parent
6aed130990
commit
4eed641c0b
|
@ -212,9 +212,10 @@ Begin
|
||||||
|
|
||||||
{$I-}
|
{$I-}
|
||||||
MkDir (Config.SystemPath + 'temp' + strI2S(Session.NodeNum));
|
MkDir (Config.SystemPath + 'temp' + strI2S(Session.NodeNum));
|
||||||
If IoResult <> 0 Then;
|
|
||||||
{$I+}
|
{$I+}
|
||||||
|
|
||||||
|
If IoResult <> 0 Then;
|
||||||
|
|
||||||
DirClean(Session.TempPath, '');
|
DirClean(Session.TempPath, '');
|
||||||
|
|
||||||
Assign (Session.LangFile, Config.DataPath + 'theme.dat');
|
Assign (Session.LangFile, Config.DataPath + 'theme.dat');
|
||||||
|
|
Loading…
Reference in New Issue