aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/X11/ChProp.c
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/lib/X11/ChProp.c')
-rw-r--r--nx-X11/lib/X11/ChProp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nx-X11/lib/X11/ChProp.c b/nx-X11/lib/X11/ChProp.c
index 1721168b4..190a224f8 100644
--- a/nx-X11/lib/X11/ChProp.c
+++ b/nx-X11/lib/X11/ChProp.c
@@ -65,7 +65,7 @@ XChangeProperty (
Data (dpy, (_Xconst char *)data, nelements);
} /* else force BadLength */
break;
-
+
case 16:
len = ((long)nelements + 1)>>1;
if (dpy->bigreq_size || req->length + len <= (unsigned) 65535) {