CVS Root: /home/cvs
Module: putty
Changes by: simon
Date: Mon May 24 2004 12:30:18 BST
Log message:
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!).
Modified files:
unix : pterm.c
Links:
http://cvs.tartarus.org//putty/unix/pterm.c.diff?r1=1.139&r2=1.140