Update of /cvsroot/monetdb/MonetDB5/src/modules/kernel
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv26753
Modified Files:
group.mx
Log Message:
fix compilation
Index: group.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/kernel/group.mx,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -d -r1.95 -r1.96
--- group.mx 24 Oct 2007 08:01:12 -0000 1.95
+++ group.mx 24 Oct 2007 10:05:05 -0000 1.96
@@ -677,7 +677,7 @@
BBPunfix(s->batCacheid);
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(histo->batCacheid);
BBPunfix(map->batCacheid);
-------------------------------------------------------------------------
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