mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 20:29:24 +02:00
* Fixed broken indexof function
This commit is contained in:
parent
fd86e14b01
commit
f670a09707
@ -310,7 +310,7 @@ begin
|
|||||||
end;
|
end;
|
||||||
Slot := Slot^.Next;
|
Slot := Slot^.Next;
|
||||||
end;
|
end;
|
||||||
Slot := -1;
|
indexof := -1;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TCache.Remove(AData: Pointer);
|
procedure TCache.Remove(AData: Pointer);
|
||||||
@ -328,7 +328,10 @@ end.
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.3 2002-09-07 15:15:24 peter
|
Revision 1.4 2003-12-16 09:59:43 daniel
|
||||||
|
* Fixed broken indexof function
|
||||||
|
|
||||||
|
Revision 1.3 2002/09/07 15:15:24 peter
|
||||||
* old logs removed and tabs fixed
|
* old logs removed and tabs fixed
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user