]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Arnaud Desitter points out a silly mistake in retrieve_cutbuffer()
authorSimon Tatham <anakin@pobox.com>
Mon, 24 May 2004 11:30:15 +0000 (11:30 +0000)
committerSimon Tatham <anakin@pobox.com>
Mon, 24 May 2004 11:30:15 +0000 (11:30 +0000)
commitbe5133f376750f86d00cc5862bca7921cd5b8f34
tree31a0fe95d8c51748e45d2dea059ce02e85557870
parentdeeece201b7af4f2e4799a1fc147a408fd5d0dfc
Arnaud Desitter points out a silly mistake in retrieve_cutbuffer()
(don't test for `int *nbytes' being <= 0, test for the integer it
points to being <= 0!).

[originally from svn r4254]
unix/pterm.c