Changeset: 2a0d92bb79cd for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2a0d92bb79cd
Modified Files:
        MonetDB/src/gdk/gdk_bbp.mx
Branch: default
Log Message:

Use correct type for BAT IDs (i.e. type bat).


diffs (21 lines):

diff -r 2fb0555b293d -r 2a0d92bb79cd MonetDB/src/gdk/gdk_bbp.mx
--- a/MonetDB/src/gdk/gdk_bbp.mx        Mon Aug 16 15:22:57 2010 +0200
+++ b/MonetDB/src/gdk/gdk_bbp.mx        Mon Aug 16 15:23:38 2010 +0200
@@ -3096,7 +3096,7 @@
 batcache_get(batcache_t * bc, int bin)
 {
        batcache_int i;
-       int bid = 0;
+       bat bid = 0;
 
        MT_set_lock(bc->lock, "batcache_get");
 
@@ -3921,7 +3921,7 @@
 }
 
 static BAT *
-getdesc(int bid)
+getdesc(bat bid)
 {
        BATstore *bs = BBPgetdesc(bid);
 
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to