aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2004-12-08 00:42:50 +0000
committerNick Mathewson <nickm@torproject.org>2004-12-08 00:42:50 +0000
commitfe6eb34a10ccfc2ececbcc7459d0a1fb23b9b021 (patch)
tree806b089836d892e3024af375d8c0e95a9ef8fe00 /contrib
parentd7dbfd3644dac410cb4ee558f31b514ca3689afc (diff)
downloadtor-fe6eb34a10ccfc2ececbcc7459d0a1fb23b9b021.tar
tor-fe6eb34a10ccfc2ececbcc7459d0a1fb23b9b021.tar.gz
Solaris CC freaks out if isspace and friends get anything other than an int. We learned that, so we casted. But it is also a bad idea to cast a signed char to an int and expect things to work on win32. Now we cast to unsigned char, then to int, then pass to isspace. Ug
svn:r3120
Diffstat (limited to 'contrib')
0 files changed, 0 insertions, 0 deletions