Changeset: f9a4c3b54ab9 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f9a4c3b54ab9
Modified Files:
        gdk/gdk_select.c
Branch: Dec2016
Log Message:

Typo.


diffs (12 lines):

diff --git a/gdk/gdk_select.c b/gdk/gdk_select.c
--- a/gdk/gdk_select.c
+++ b/gdk/gdk_select.c
@@ -1877,7 +1877,7 @@ BATthetaselect(BAT *b, BAT *s, const voi
        nil = ATOMnilptr(b->ttype);
        if (ATOMcmp(b->ttype, val, nil) == 0)
                return newempty();
-       if (op[0] == '=' && ((op[1] == '=' && op[2] == 0) || op[2] == 0)) {
+       if (op[0] == '=' && ((op[1] == '=' && op[2] == 0) || op[1] == 0)) {
                /* "=" or "==" */
                return BATselect(b, s, val, NULL, 1, 1, 0);
        }
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to