Arnaud Desitter points out a silly mistake in retrieve_cutbuffer()
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Mon, 24 May 2004 11:30:15 +0000 (11:30 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Mon, 24 May 2004 11:30:15 +0000 (11:30 +0000)
commit059710302fbac6693280e7a27b3797f49a524c97
tree31a0fe95d8c51748e45d2dea059ce02e85557870
parentf4ec081845e8411db28bda8e91f6ce83f0a0703f
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!).

git-svn-id: svn://svn.tartarus.org/sgt/putty@4254 cda61777-01e9-0310-a592-d414129be87e
unix/pterm.c