Re: [Monetdb-developers] [Monetdb-checkins] MonetDB5/src/modules/mal/crackers crackers_sortmerge.mx, , 1.3, 1.4
On 2009-11-20 18:51, Fabian wrote:
Update of /cvsroot/monetdb/MonetDB5/src/modules/mal/crackers In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv26391/crackers
Modified Files: crackers_sortmerge.mx Log Message: this is probably not the proper fix, but I want to get rid of the error mails I get from buildbot
Index: crackers_sortmerge.mx =================================================================== RCS file: /cvsroot/monetdb/MonetDB5/src/modules/mal/crackers/crackers_sortmerge.mx,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- crackers_sortmerge.mx 19 Nov 2009 13:53:14 -0000 1.3 +++ crackers_sortmerge.mx 20 Nov 2009 17:51:50 -0000 1.4 @@ -338,7 +338,7 @@ printf("found "SZFMT" tuples, all tuples : "SZFMT" \n",totalTuples, totalLowerTuples+totalHigherTuples+totalTuples);
view = BATslice(br, totalLowerTuples, totalLowerTuples+totalTuples); - printf("result size is %ld \n",BATcount(view)); + printf("result size is %ld \n",(long)BATcount(view));
use BUNFMT instead of %ld.
*vid = view->batCacheid; BBPkeepref(*vid);
------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Monetdb-checkins mailing list Monetdb-checkins@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-checkins
-- Sjoerd Mullender
participants (1)
-
Sjoerd Mullender