aboutsummaryrefslogtreecommitdiffstats
path: root/src/libserver/http/http_util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libserver/http/http_util.c')
-rw-r--r--src/libserver/http/http_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libserver/http/http_util.c b/src/libserver/http/http_util.c
index ec9d9fa58..fd5adb3c1 100644
--- a/src/libserver/http/http_util.c
+++ b/src/libserver/http/http_util.c
@@ -302,7 +302,7 @@ rspamd_http_date_format (gchar *buf, gsize len, time_t time)
}
void
-rspamd_http_normalize_path_inplace (gchar *path, guint len, guint *nlen)
+rspamd_http_normalize_path_inplace (gchar *path, guint len, gsize *nlen)
{
const gchar *p, *end, *slash = NULL, *dot = NULL;
gchar *o;