Re: [PATCH v2] Cygwin: clipboard: Fix a bug in read().

2021-12-08 Thread Thomas Wolff
Am 08.12.2021 um 11:19 schrieb Corinna Vinschen: On Dec 8 01:43, Mark Geisert wrote: Takashi Yano wrote: [...] I think the following patch makes the intent clearer. What do you think? From d0aee9af225384a24ac6301f987ce2e94f262500 Mon Sep 17 00:00:00 2001 From: Takashi Yano Date: Wed,

[PATCH] Cygwin: clipboard: Make intent of the code clearer.

2021-12-08 Thread Takashi Yano
--- winsup/cygwin/fhandler_clipboard.cc | 4 ++-- winsup/cygwin/include/sys/clipboard.h | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/winsup/cygwin/fhandler_clipboard.cc b/winsup/cygwin/fhandler_clipboard.cc index 05f54ffb3..14820701c 100644 ---

Re: [PATCH v2] Cygwin: clipboard: Fix a bug in read().

2021-12-08 Thread Corinna Vinschen
On Dec 8 01:43, Mark Geisert wrote: > Takashi Yano wrote: > [...] > > I think the following patch makes the intent clearer. > > What do you think? > > > > > > From d0aee9af225384a24ac6301f987ce2e94f262500 Mon Sep 17 00:00:00 2001 > > From: Takashi Yano > > Date: Wed, 8 Dec 2021 17:06:03 +0900

Re: [PATCH v2] Cygwin: clipboard: Fix a bug in read().

2021-12-08 Thread Mark Geisert
Takashi Yano wrote: [...] I think the following patch makes the intent clearer. What do you think? From d0aee9af225384a24ac6301f987ce2e94f262500 Mon Sep 17 00:00:00 2001 From: Takashi Yano Date: Wed, 8 Dec 2021 17:06:03 +0900 Subject: [PATCH] Cygwin: clipboard: Make intent of the code

Re: [PATCH v2] Cygwin: clipboard: Fix a bug in read().

2021-12-08 Thread Takashi Yano
On Tue, 7 Dec 2021 22:30:44 -0800 Mark Geisert wrote: > Brian Inglis wrote: > > On 2021-12-07 13:18, Thomas Wolff wrote: > >> > >> Am 07.12.2021 um 15:23 schrieb Corinna Vinschen: > >>> On DecĀ  7 23:00, Takashi Yano wrote: > - Fix a bug in fhandler_dev_clipboard::read() that the second read >