Changeset: ac39d7e47691 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ac39d7e47691
Modified Files:
        monetdb5/modules/mal/remote.mx
Branch: default
Log Message:

typo: check tail, not head


diffs (12 lines):

diff --git a/monetdb5/modules/mal/remote.mx b/monetdb5/modules/mal/remote.mx
--- a/monetdb5/modules/mal/remote.mx
+++ b/monetdb5/modules/mal/remote.mx
@@ -1237,7 +1237,7 @@
                        b->batCount,
                        sendhead ? b->batCount * Hsize(b) : 0,
                        b->batCount * Tsize(b),
-                       b->htype != TYPE_void && b->tvarsized && b->batCount > 
0 ? b->T->vheap->free : 0
+                       b->ttype != TYPE_void && b->tvarsized && b->batCount > 
0 ? b->T->vheap->free : 0
                        );
        if (sendhead)
                mnstr_write(cntxt->fdout, /* head */
_______________________________________________
Checkin-list mailing list
Checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to