Differences From Artifact [7883bf415d]:
- File
tests/OFTCPSocket/OFTCPSocket.m
— part of check-in
[722b6213c0]
at
2009-04-09 13:55:55
on branch trunk
— Use char* instead of uint8_t* for OFStreams and OFHashes.
This way, less casts are needed when using C libraries. (user: js, size: 1914) [annotate] [blame] [check-ins using]
To Artifact [7ea54c3d3c]:
- File tests/OFTCPSocket/OFTCPSocket.m — part of check-in [14f74f3c2f] at 2009-04-28 20:31:07 on branch trunk — Fix two missing spaces. (user: js, size: 1915) [annotate] [blame] [check-ins using]
︙ | |||
98 99 100 101 102 103 104 | 98 99 100 101 102 103 104 105 106 107 108 109 110 111 | - + | else { puts("Received INCORRECT string!"); return 1; } #endif [accepted release]; |