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