Changeset: 302b9ceecac1 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=302b9ceecac1
Modified Files:
        sql/backends/monet5/sql_bincopyfrom.c
Branch: copybinary
Log Message:

Small type fix


diffs (12 lines):

diff --git a/sql/backends/monet5/sql_bincopyfrom.c 
b/sql/backends/monet5/sql_bincopyfrom.c
--- a/sql/backends/monet5/sql_bincopyfrom.c
+++ b/sql/backends/monet5/sql_bincopyfrom.c
@@ -24,7 +24,7 @@
 
 
 static str
-BATattach_as_bytes(BAT *bat, stream *s, lng rows_estimate, str 
(*fixup)(void*,void*), int *eof_seen)
+BATattach_as_bytes(BAT *bat, stream *s, BUN rows_estimate, str 
(*fixup)(void*,void*), int *eof_seen)
 {
        str msg = MAL_SUCCEED;
        int tt = BATttype(bat);
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to