Changeset: fd98db452269 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=fd98db452269
Modified Files:
        sql/backends/monet5/sql_result.c
Branch: protocol
Log Message:

More compilation fixes.


diffs (12 lines):

diff --git a/sql/backends/monet5/sql_result.c b/sql/backends/monet5/sql_result.c
--- a/sql/backends/monet5/sql_result.c
+++ b/sql/backends/monet5/sql_result.c
@@ -2172,7 +2172,7 @@ int mvc_export_resultset_prot10(mvc *m, 
                                        goto cleanup;
                                }
                                buf = bs2_buffer(s).buf;
-                               bsize = new_size;
+                               bsize = (size_t) new_size;
                        }
                }
 
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to