mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-10 06:04:32 +01:00
* Fix typo (from Andreas Schneider)
git-svn-id: trunk@25747 -
This commit is contained in:
parent
db49a169cb
commit
481b0e7260
@ -3407,7 +3407,7 @@ begin
|
|||||||
end
|
end
|
||||||
else
|
else
|
||||||
begin
|
begin
|
||||||
OCILibraryHandle:=loadlibrary(ocilib);
|
OCILibraryHandle:=loadlibrary(LibraryName);
|
||||||
if (OCILibraryHandle=nilhandle) then
|
if (OCILibraryHandle=nilhandle) then
|
||||||
begin
|
begin
|
||||||
RefCount := 0;
|
RefCount := 0;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user