aboutsummaryrefslogtreecommitdiffstats
path: root/src/xselect.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xselect.c')
-rw-r--r--src/xselect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xselect.c b/src/xselect.c
index f21c57b44bb..4d961d73bf1 100644
--- a/src/xselect.c
+++ b/src/xselect.c
@@ -1359,7 +1359,7 @@ x_get_window_property (Display *display, Window window, Atom property,
1359 break; 1359 break;
1360 1360
1361 bytes_per_item = *actual_format_ret >> 3; 1361 bytes_per_item = *actual_format_ret >> 3;
1362 xassert (*actual_size_ret <= buffer_size / bytes_per_item); 1362 eassert (*actual_size_ret <= buffer_size / bytes_per_item);
1363 1363
1364 /* The man page for XGetWindowProperty says: 1364 /* The man page for XGetWindowProperty says:
1365 "If the returned format is 32, the returned data is represented 1365 "If the returned format is 32, the returned data is represented