Update of /cvsroot/monetdb/MonetDB5/src/modules/mal
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv24457

Modified Files:
        batxml.mx 
Log Message:
Layout.


Index: batxml.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/mal/batxml.mx,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- batxml.mx   8 Sep 2007 09:08:35 -0000       1.18
+++ batxml.mx   8 Sep 2007 09:13:20 -0000       1.19
@@ -883,13 +883,13 @@
 
        @:getBATdescriptor(bid,b,"xml.group")@
 
-    g= BATnew(BAThtype(b),TYPE_oid,BATcount(b));
-    BATloopFast(b, p, q, xx) {
-        ptr v = BUNhead(b,p);
-        bunfastins(g,v, &o);
-    }
+       g= BATnew(BAThtype(b),TYPE_oid,BATcount(b));
+       BATloopFast(b, p, q, xx) {
+               ptr v = BUNhead(b,p);
+               bunfastins(g,v, &o);
+       }
        msg= BATXMLagg(ret,bid,&g->batCacheid);
-bunins_failed:
+       bunins_failed:
        BBPunfix(g->batCacheid);
        BBPunfix(b->batCacheid);
        return msg;


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to