# HG changeset patch # User Richard M. Stallman # Date 862522531 0 # Node ID da246ef7532c5e5aa8493fee7b6bd6381ac5abd3 # Parent 7dadfa6776176cbcbf069e9b5cf6dda2da5d751a (x_reply_selection_request): Fix previous change. diff -r 7dadfa677617 -r da246ef7532c src/xselect.c --- 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.