Fixed some bugs

Upgraded exception handler, now using madCollection
This commit is contained in:
Christian Hammacher
2005-08-26 22:59:25 +00:00
parent b17f277a1b
commit 2a2d5697b8
9 changed files with 47 additions and 230 deletions

View File

@@ -118,7 +118,7 @@ begin
eCache.LoadFromFile(ExtractFilePath(ParamStr(0)) + 'config\Cache.cfg');
for i := 1 to ParamCount do begin
if eCache.IndexOf(ParamStr(i)) = -1 then
eCache.Add(ParamStr(i));
eCache.Add(ParamStr(i));
end;
for i := 0 to eCache.Count -1 do begin