[svn:parrot] r36693 - trunk/src

rurban at svn.parrot.org rurban at svn.parrot.org
Fri Feb 13 21:57:44 UTC 2009


Author: rurban
Date: Fri Feb 13 21:57:44 2009
New Revision: 36693
URL: https://trac.parrot.org/parrot/changeset/36693

Log:
[cage] fix tiny macro error on TRACE_PACKFILE = 2

Modified:
   trunk/src/packfile.c

Modified: trunk/src/packfile.c
==============================================================================
--- trunk/src/packfile.c	Fri Feb 13 21:42:46 2009	(r36692)
+++ trunk/src/packfile.c	Fri Feb 13 21:57:44 2009	(r36693)
@@ -2045,7 +2045,7 @@
             return 0;
         }
         else {
-            TRACE_PRINTF_VAL((NULL, "PackFile_Segment_unpack ok. pos=0x%x\n", pos));
+            TRACE_PRINTF_VAL(("PackFile_Segment_unpack ok. pos=0x%x\n", pos));
         }
 
         /* BUG: on 64bit reading 32bit lurking here! */


More information about the parrot-commits mailing list