Changeset: d107c382f3c7 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/d107c382f3c7
Modified Files:
        gdk/gdk_bat.c
Branch: Dec2023
Log Message:

Fix typo.


diffs (14 lines):

diff --git a/gdk/gdk_bat.c b/gdk/gdk_bat.c
--- a/gdk/gdk_bat.c
+++ b/gdk/gdk_bat.c
@@ -912,8 +912,8 @@ COLcopy(BAT *b, int tt, bool writable, r
                                memcpy(bn->tvheap->base, bi.vh->base, 
bi.vhfree);
                                bn->tvheap->free = bi.vhfree;
                                bn->tvheap->dirty = true;
-                               if (ATOMstorage(b->ttype) == TYPE_str && 
b->tvheap->free >= GDK_STRHASHSIZE)
-                                       memcpy(b->tvheap->base, strhash, 
GDK_STRHASHSIZE);
+                               if (ATOMstorage(b->ttype) == TYPE_str && 
bi.vhfree >= GDK_STRHASHSIZE)
+                                       memcpy(bn->tvheap->base, strhash, 
GDK_STRHASHSIZE);
                        }
 
                        /* make sure we use the correct capacity */
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to