mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 22:39:36 +02:00
+ Fixed second typo in provided patch
This commit is contained in:
parent
e539b62d19
commit
38fd3d39a1
@ -1769,7 +1769,7 @@ begin
|
|||||||
Break;
|
Break;
|
||||||
end;
|
end;
|
||||||
if (Result=Nil) Then
|
if (Result=Nil) Then
|
||||||
DatabaseErrorFmt(SIndexNotFound, [IndexName], DataSet);
|
DatabaseErrorFmt(SIndexNotFound, [IndexName], FDataSet);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function TIndexDefs.FindIndexForFields(const Fields: string): TIndexDef;
|
function TIndexDefs.FindIndexForFields(const Fields: string): TIndexDef;
|
||||||
@ -1866,8 +1866,8 @@ end.
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.40 2005-03-18 11:53:14 michael
|
Revision 1.41 2005-03-18 11:54:56 michael
|
||||||
+ Fixed typo in provided patch
|
+ Fixed second typo in provided patch
|
||||||
|
|
||||||
Revision 1.39 2005/03/18 10:17:34 michael
|
Revision 1.39 2005/03/18 10:17:34 michael
|
||||||
+ Patch to IndexDefs from Alexandrov Alexandru
|
+ Patch to IndexDefs from Alexandrov Alexandru
|
||||||
|
Loading…
Reference in New Issue
Block a user