From: Vsevolod Stakhov Date: Tue, 24 Apr 2018 16:37:45 +0000 (+0100) Subject: [Minor] Unify types X-Git-Tag: 1.7.4~41 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=da89d96176879b02a1f7d71a6c3478cd55058b5d;p=rspamd.git [Minor] Unify types --- 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; }; /***