From: ben Date: Sat, 4 Jan 2003 16:42:53 +0000 (+0000) Subject: Hammer out some char * vs unsigned char * problems. In general, I've kept X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/commitdiff_plain/a1fd562ddbd8ec7b4c85b479bbe0806b7c6b5589?hp=a1fd562ddbd8ec7b4c85b479bbe0806b7c6b5589 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: svn://svn.tartarus.org/sgt/putty@2447 cda61777-01e9-0310-a592-d414129be87e ---