]> git.pond.sub.org Git - empserver/commit
"(turn): Fix comparing the output of write() to an unsigned sizeof by
authorMarc Olzheim <marcolz@stack.nl>
Fri, 17 Dec 2004 15:39:28 +0000 (15:39 +0000)
committerMarc Olzheim <marcolz@stack.nl>
Fri, 17 Dec 2004 15:39:28 +0000 (15:39 +0000)
commit09b73000c21d7c50f34945699f938361b622d302
tree598de707ca55e77cd8e71454b0cab9f7549c9e77
parent0ad644b11b58f05e12e6c746f98cbbc7c9aeb6da
"(turn): Fix comparing the output of write() to an unsigned sizeof by
casting the sizeof to write's most used return-type (ssize_t). Introduce
a typedef for ssize_t for WIN32."
src/lib/commands/turn.c