]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Unify types
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 24 Apr 2018 16:37:45 +0000 (17:37 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 24 Apr 2018 16:37:45 +0000 (17:37 +0100)
contrib/libucl/lua_ucl.c

index e1a784753a02ea37acde619bfb2796cacf9d7258..045308097ff9881462cc464dc4b6bf5757a091ab 100644 (file)
@@ -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;
 };
 
 /***