From ad7f9d12c829c73228a7f961ebe02d2274e1410d Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 1 May 1997 21:35:31 +0000 Subject: [PATCH] (x_reply_selection_request): Fix previous change. --- src/xselect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xselect.c b/src/xselect.c index 2a94e2a7cde..81cce31abad 100644 --- a/src/xselect.c +++ b/src/xselect.c @@ -529,7 +529,7 @@ x_reply_selection_request (event, format, data, size, type) /* #### 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. -- 2.39.5