Minor startup change

This commit is contained in:
mysticbbs 2012-03-03 04:49:58 -05:00
parent 6aed130990
commit 4eed641c0b
1 changed files with 2 additions and 1 deletions

View File

@ -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');