aboutsummaryrefslogtreecommitdiff
path: root/src/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.c')
-rw-r--r--src/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.c b/src/util.c
index 79a3cee..d069ea5 100644
--- a/src/util.c
+++ b/src/util.c
@@ -13,7 +13,7 @@
multipart/form-data = (null)
boundary = awa
*/
-int gen_parse(char* inp, int len, parray_t** _table){
+int gen_parse(char* inp, ssize_t len, parray_t** _table){
str* current = str_init(""), *last = NULL;
int state = 0;