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

Fix for changeset b400d6d90551.


diffs (12 lines):

diff --git a/sql/backends/monet5/sql.c b/sql/backends/monet5/sql.c
--- a/sql/backends/monet5/sql.c
+++ b/sql/backends/monet5/sql.c
@@ -2537,7 +2537,7 @@ mvc_import_table_wrap(Client cntxt, MalB
        GDKstrFromStr(ns, N, len);
        len = 0;
 
-       if (!fname || strcmp(str_nil, *(char **) fname) == 0)
+       if (!fname || strcmp(str_nil, (char *) fname) == 0)
                fname = NULL;
        if (!fname) {
                msg = mvc_import_table(cntxt, &b, be->mvc, be->mvc->scanner.rs, 
t, (char *) tsep, (char *) rsep, (char *) ssep, (char *) ns, sz, offset, 
locked, besteffort);
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to