We don't want the NULL byte at the end of the NSString when we call -receive:
authorRobert Sesek <rsesek@bluestatic.org>
Wed, 4 Jun 2008 19:27:42 +0000 (15:27 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Wed, 4 Jun 2008 19:27:42 +0000 (15:27 -0400)
commitc05a3e7926f5f59da607db89924159d56f965f75
treef1e25e989c612e579e77c4cc709cfe39be86c385
parent03f4659640e18499434614493563795c2d3819d3
We don't want the NULL byte at the end of the NSString when we call -receive:

* Source/SocketWrapper.m:
([receive]): Substring to the last byte
Source/SocketWrapper.m