author | Max Kellermann <max@duempel.org> | |
Wed, 17 Sep 2008 22:59:40 +0000 (00:59 +0200) | ||
committer | Max Kellermann <max@duempel.org> | |
Wed, 17 Sep 2008 22:59:40 +0000 (00:59 +0200) | ||
commit | a88a4249b0f8bc7977dc265fade64f8943b70a19 | |
tree | e56ad3b18afa792b7c10e5251b18f3dbaa8af18d | tree | snapshot |
parent | 76c97b279206dbfb75da9047a62e6fcbe20ad64c | commit | diff |
libmpdclient: use size_t and ssize_t
When working with buffer lengths and recv() results, we should declare
size_t and ssize_t variables, otherwise the code may fail on 64 bit
machines.
When working with buffer lengths and recv() results, we should declare
size_t and ssize_t variables, otherwise the code may fail on 64 bit
machines.
src/libmpdclient.c | diff | blob | history | |
src/libmpdclient.h | diff | blob | history |