head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.10 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.8 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.6 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.4 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.2 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.1.0.6 pkgsrc-2008Q4-base:1.1 pkgsrc-2008Q3:1.1.0.4 pkgsrc-2008Q3-base:1.1 cube-native-xorg:1.1.0.2 cube-native-xorg-base:1.1; locks; strict; comment @# @; 1.2 date 2009.02.11.21.00.13; author joerg; state dead; branches; next 1.1; 1.1 date 2008.08.02.21.32.30; author dholland; state Exp; branches; next ; desc @@ 1.2 log @Update to Metakit 2.4.9.7: - better UTF8 support in file & property names - bugfixes - Python 2.5 support for 64bit platforms @ text @$NetBSD: patch-ac,v 1.1 2008/08/02 21:32:30 dholland Exp $ --- python/PyRowRef.cpp~ 2004-04-26 06:18:13.000000000 -0400 +++ python/PyRowRef.cpp 2008-08-02 17:28:54.000000000 -0400 @@@@ -24,12 +24,12 @@@@ static void PyRowRef_dealloc(PyRowRef *o } static int PyRowRef_print(PyRowRef *o, FILE *f, int) { - fprintf(f, "", (int)o); + fprintf(f, "", o); return 0; } static int PyRORowRef_print(PyRowRef *o, FILE *f, int) { - fprintf(f, "", (int)o); + fprintf(f, "", o); return 0; } @ 1.1 log @Fix broken 64-bit build of py-metakit. @ text @d1 1 a1 1 $NetBSD$ @