diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-05-03 12:59:13 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-05-03 12:59:13 +0000 |
commit | 42f51ca8ac9c0f97101006a1892350b599b579c3 (patch) | |
tree | dc092d06ac762491ec21f9e28e7b33edddb9c8e9 /lib/libX11/src/ChProp.c | |
parent | df8d13bc873527069d0e7b2396638af253b48763 (diff) |
update to libX11 1.2.1
Diffstat (limited to 'lib/libX11/src/ChProp.c')
-rw-r--r-- | lib/libX11/src/ChProp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libX11/src/ChProp.c b/lib/libX11/src/ChProp.c index 8c524cafe..b8f596a05 100644 --- a/lib/libX11/src/ChProp.c +++ b/lib/libX11/src/ChProp.c @@ -67,7 +67,7 @@ XChangeProperty ( Data (dpy, (char *)data, nelements); } /* else force BadLength */ break; - + case 16: len = ((long)nelements + 1)>>1; if (dpy->bigreq_size || req->length + len <= (unsigned) 65535) { |