From 0ca44a6d920484c4ab46b5668667e32eb3c42903 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Tue, 21 Feb 2006 13:07:16 +0000 Subject: [PATCH] Applied patch from Achim Gsell to fix compiler warning under 64bit OS --- mxml.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mxml.c b/mxml.c index ab4c450..39fe73c 100755 --- a/mxml.c +++ b/mxml.c @@ -1995,10 +1995,10 @@ void mxml_debug_tree(PMXML_NODE tree, int level) for (i=0 ; iparent); + printf("Prnt: %08zX\n", (size_t)tree->parent); for (i=0 ; in_children);