]> asedeno.scripts.mit.edu Git - PuTTY_svn.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)
commit3b93f5dd28a43f4b8e8b594f20783b943b8387dd
tree41bc9a5a6aef8f0ebdafb2b50c4aff4b95c9f693
parente74f9866a3614ee27fc974a8e3340a10f4fd9a48
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.

git-svn-id: http://svn.tartarus.org/sgt/putty@2447 cda61777-01e9-0310-a592-d414129be87e
telnet.c