Tartarus CVS: putty: ben
tartarus-commits@lists.tartarus.org
tartarus-commits@lists.tartarus.org
Sat, 04 Jan 2003 16:42:55 +0000
CVS Root: /home/cvs
Module: putty
Changes by: ben
Date: Sat Jan 04 2003 16:42:55 GMT
Log message:
Hammer out some char * vs unsigned char * problems. In general, I've kept
any buffers used internally by telnet.c as unsigned char, and cast to/from
char * when interacting with the rest of PuTTY. Not actually tested, since
I'm some way from actually being able to link this yet.
Also clean up a couple of style warnings from Apple's compilers.
Modified files:
. : telnet.c
Links:
http://cvs.tartarus.org//putty/telnet.c.diff?r1=1.56&r2=1.57