* fix compilation and bug in new aspell lib loading code

git-svn-id: trunk@12004 -
This commit is contained in:
Almindor 2008-10-31 22:35:30 +00:00
parent dbe3cfba21
commit dfda298172

View File

@ -1082,7 +1082,10 @@ begin
str(i, s);
libname := libn + '.' + s;
LibHandle := LoadLibrary(libname);
if LibHandle <> 0 then
Break;
end;
end;
{$endif}
if LibHandle = 0 then