mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 08:09:29 +02:00
* fixed dispatchstr
This commit is contained in:
parent
425a9f41dd
commit
f3f2a33a2a
@ -248,7 +248,7 @@
|
||||
vmt : tclass;
|
||||
|
||||
begin
|
||||
name:=pshortstring(message)^;
|
||||
name:=pshortstring(@message)^;
|
||||
vmt:=ClassType;
|
||||
while assigned(vmt) do
|
||||
begin
|
||||
@ -325,7 +325,10 @@
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.3 1999-05-17 21:52:37 florian
|
||||
Revision 1.4 1999-05-19 13:20:09 peter
|
||||
* fixed dispatchstr
|
||||
|
||||
Revision 1.3 1999/05/17 21:52:37 florian
|
||||
* most of the Object Pascal stuff moved to the system unit
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user