Changeset: 699e39f3f2c5 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/699e39f3f2c5
Branch: default
Log Message:

merged


diffs (12 lines):

diff --git a/gdk/gdk_atoms.c b/gdk/gdk_atoms.c
--- a/gdk/gdk_atoms.c
+++ b/gdk/gdk_atoms.c
@@ -1586,7 +1586,7 @@ INET6fromString(const char *svalue, size
                        GDKerror("Invalid IPv6 address.");
                        goto bailout;
                }
-               i6.hex[i] = (uint8_t) ul >> 8;
+               i6.hex[i] = (uint8_t) (ul >> 8);
                i6.hex[i + 1] = (uint8_t) (ul & 0xFF);
                s = e;
                if (maybeip4 == 0) {
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to