Update of /cvsroot/monetdb/MonetDB4/src/modules/plain
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv26221/src/modules/plain

Modified Files:
        xtables.mx 
Log Message:
fix compilation


Index: xtables.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB4/src/modules/plain/xtables.mx,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- xtables.mx  24 Oct 2007 07:59:15 -0000      1.6
+++ xtables.mx  24 Oct 2007 10:03:44 -0000      1.7
@@ -729,7 +729,7 @@
                histo = BATdescriptor(d.histo);
                BATloop(histo, p, q) {
                        /* + 4 for a average chain list of 4 */
-                       r += ((dbl)cnt/SAMPLE_SIZE)/(*(int*)BUNtloc(histo,p)+4);
+                       r += ((dbl)cnt/SAMPLE_SIZE)/(*(int*)Tloc(histo,p)+4);
                }
                BBPunfix(d.histo);
                grp_unfix(&d);


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to