]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Hammer out some char * vs unsigned char * problems. In general, I've kept
authorBen Harris <bjh21@bjh21.me.uk>
Sat, 4 Jan 2003 16:42:53 +0000 (16:42 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Sat, 4 Jan 2003 16:42:53 +0000 (16:42 +0000)
commit1e158ceb91e1c6c493d43556707da789ea37f382
tree41bc9a5a6aef8f0ebdafb2b50c4aff4b95c9f693
parentf10bd67f3a3112a3006de1969f5b661c15f1a5a0
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.

[originally from svn r2447]
telnet.c