aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorWolfgang Draxinger <Wolfgang.Draxinger@physik.uni-muenchen.de>2013-07-18 13:36:39 +0200
committerWolfgang Draxinger <Wolfgang.Draxinger@physik.uni-muenchen.de>2013-07-18 13:36:39 +0200
commitbee3c22a9a5156fe6a2b7f4a26b4d4f20cb7d8f1 (patch)
tree8168197742f7c86febddcfc4d37425e93ac4d6aa /test
parent97d36e88a0aa7d098aabb0916b59fceab6dbb2b1 (diff)
downloadlitheweb-bee3c22a9a5156fe6a2b7f4a26b4d4f20cb7d8f1.tar.gz
litheweb-bee3c22a9a5156fe6a2b7f4a26b4d4f20cb7d8f1.tar.bz2
multipart boundary handling breaks with CR CR ... CR runs
Diffstat (limited to 'test')
-rw-r--r--test/bsdsocket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bsdsocket.c b/test/bsdsocket.c
index b2d66c1..cb06d58 100644
--- a/test/bsdsocket.c
+++ b/test/bsdsocket.c
@@ -67,7 +67,7 @@ int bsdsock_write(size_t count, char const *buf, void *data)
return wb;
}
-int16_t bsdsock_getch(void *data)
+int bsdsock_getch(void *data)
{
char ch;
int err;