From da89d96176879b02a1f7d71a6c3478cd55058b5d Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Tue, 24 Apr 2018 17:37:45 +0100 Subject: [PATCH] [Minor] Unify types --- contrib/libucl/lua_ucl.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/libucl/lua_ucl.c b/contrib/libucl/lua_ucl.c index e1a784753..045308097 100644 --- a/contrib/libucl/lua_ucl.c +++ b/contrib/libucl/lua_ucl.c @@ -800,9 +800,9 @@ lua_ucl_parser_parse_string (lua_State *L) } struct _rspamd_lua_text { - const gchar *start; - guint len; - guint flags; + const char *start; + unsigned int len; + unsigned int flags; }; /*** -- 2.39.5