Changeset: bb5f585cb0f6 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=bb5f585cb0f6
Modified Files:
        gdk/gdk_mosaic.c
Branch: mosaic
Log Message:

Add TODO.


diffs (12 lines):

diff --git a/gdk/gdk_mosaic.c b/gdk/gdk_mosaic.c
--- a/gdk/gdk_mosaic.c
+++ b/gdk/gdk_mosaic.c
@@ -127,7 +127,7 @@ BATcheckmosaic(BAT *b)
        int ret;
        lng t;
 
-    if (VIEWtparent(b)) { // does this make sense?
+    if (VIEWtparent(b)) { // TODO: does this make sense?
         assert(b->tmosaic == NULL);
         b = BBPdescriptor(VIEWtparent(b));
     }
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to