Update of /cvsroot/monetdb/pathfinder/compiler/debug
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv3043/debug

Modified Files:
        logdebug.c 
Log Message:
-- Fixed bug in XML debug printing


Index: logdebug.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/debug/logdebug.c,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- logdebug.c  25 Jan 2007 13:11:18 -0000      1.52
+++ logdebug.c  19 Feb 2007 08:20:08 -0000      1.53
@@ -1203,7 +1203,7 @@
                             "        <annotation>result of the operation"
                                     "</annotation>\n"
                             "      </column>\n",
-                            PFatt_str (n->sem.fun_1to1.kind),
+                            PFalg_fun_str (n->sem.fun_1to1.kind),
                             PFatt_str (n->sem.fun_1to1.res));
             
             for (c = 0; c < n->sem.fun_1to1.refs.count; c++)


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to