changeset 17614:da246ef7532c

(x_reply_selection_request): Fix previous change.
author Richard M. Stallman <rms@gnu.org>
date Thu, 01 May 1997 21:35:31 +0000
parents 7dadfa677617
children 32f90c43d1d2
files src/xselect.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xselect.c	Thu May 01 17:36:50 1997 +0000
+++ b/src/xselect.c	Thu May 01 21:35:31 1997 +0000
@@ -529,7 +529,7 @@
 
   /* #### XChangeProperty can generate BadAlloc, and we must handle it! */
   BLOCK_INPUT;
-  x_catch_errors (display, count);
+  count = x_catch_errors (display);
 
   /* Store the data on the requested property.
      If the selection is large, only store the first N bytes of it.