simon-svn: putty: ben
Commits to Tartarus CVS repository.
tartarus-commits at lists.tartarus.org
Sun Jan 11 14:26:27 GMT 2009
SVN root: svn://svn.tartarus.org/sgt
Changes by: ben
Revision: 8406
Date: 2009-01-11 14:26:27 +0000 (Sun, 11 Jan 2009)
Log message (4 lines):
Arguments to ctype functions are required to be either EOF or representable
as unsigned char. This means that passing in a bare char is incorrect on
systems where char is signed. Sprinkle some appropriate casts to prevent
this.
Modified files:
U putty/cmdgen.c
U putty/logging.c
U putty/terminal.c
Links:
http://svn.tartarus.org/sgt/?rev=8406&view=rev
http://svn.tartarus.org/sgt/putty/cmdgen.c?rev=8406&r1=8405&r2=8406
http://svn.tartarus.org/sgt/putty/logging.c?rev=8406&r1=8405&r2=8406
http://svn.tartarus.org/sgt/putty/terminal.c?rev=8406&r1=8405&r2=8406
More information about the tartarus-commits
mailing list