Browse Source

* more 64 bit overload choosing fixes

git-svn-id: trunk@8328 -
Jonas Maebe 18 years ago
parent
commit
fc078fbc29
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/extra/gtk2/gtk+/gtk/gtkcontainer.inc

+ 1 - 1
packages/extra/gtk2/gtk+/gtk/gtkcontainer.inc

@@ -243,7 +243,7 @@ procedure GTK_CONTAINER_WARN_INVALID_CHILD_PROPERTY_ID(
   anObject: pointer; property_id: guint; pspec : pointer);
   anObject: pointer; property_id: guint; pspec : pointer);
 begin
 begin
    writeln('invalid child property id ',property_id,' ',
    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);
    //  G_OBJECT_WARN_INVALID_PSPEC(anObject,'child property id',property_id,pspec);
 end;
 end;