Commit 7dd4e739 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Be consistent about signed-ness.

parent 0c9897a1
......@@ -47,7 +47,7 @@
*/
static ssize_t
v1f_read(const struct vfp_ctx *vc, struct http_conn *htc, void *d, size_t len)
v1f_read(const struct vfp_ctx *vc, struct http_conn *htc, void *d, ssize_t len)
{
ssize_t l;
unsigned char *p;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment