mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 07:39:25 +02:00
* more 64 bit overload choosing fixes
git-svn-id: trunk@8328 -
This commit is contained in:
parent
e4487e628d
commit
fc078fbc29
@ -243,7 +243,7 @@ procedure GTK_CONTAINER_WARN_INVALID_CHILD_PROPERTY_ID(
|
||||
anObject: pointer; property_id: guint; pspec : pointer);
|
||||
begin
|
||||
writeln('invalid child property id ',property_id,' ',
|
||||
HexStr(PtrUInt(anObject),8),' ',HexStr(PtrUInt(pspec),8));
|
||||
HexStr(PtrInt(anObject),8),' ',HexStr(PtrInt(pspec),8));
|
||||
// G_OBJECT_WARN_INVALID_PSPEC(anObject,'child property id',property_id,pspec);
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user