mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 07:19:26 +02:00
* fix compilation and bug in new aspell lib loading code
git-svn-id: trunk@12004 -
This commit is contained in:
parent
dbe3cfba21
commit
dfda298172
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user