mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 21:49:09 +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);
|
str(i, s);
|
||||||
libname := libn + '.' + s;
|
libname := libn + '.' + s;
|
||||||
LibHandle := LoadLibrary(libname);
|
LibHandle := LoadLibrary(libname);
|
||||||
|
if LibHandle <> 0 then
|
||||||
|
Break;
|
||||||
end;
|
end;
|
||||||
|
end;
|
||||||
{$endif}
|
{$endif}
|
||||||
|
|
||||||
if LibHandle = 0 then
|
if LibHandle = 0 then
|
||||||
|
Loading…
Reference in New Issue
Block a user