1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 22:36:38 +02:00

core: add missing type "shared_string" in hdata_type_string[]

This commit is contained in:
Sebastien Helleu
2014-01-06 11:25:14 +01:00
parent 646a072511
commit fa73f5357b
+2 -2
View File
@@ -42,9 +42,9 @@ struct t_hashtable *hdata_search_pointers = NULL;
struct t_hashtable *hdata_search_extra_vars = NULL;
struct t_hashtable *hdata_search_options = NULL;
char *hdata_type_string[8] =
char *hdata_type_string[9] =
{ "other", "char", "integer", "long", "string", "pointer", "time",
"hashtable" };
"hashtable", "shared_string" };
/*