From fa73f5357b0065857b23e1ad0e0645eb7b2bd0e0 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Mon, 6 Jan 2014 11:25:14 +0100 Subject: [PATCH] core: add missing type "shared_string" in hdata_type_string[] --- src/core/wee-hdata.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/wee-hdata.c b/src/core/wee-hdata.c index fea9207b4..f14350616 100644 --- a/src/core/wee-hdata.c +++ b/src/core/wee-hdata.c @@ -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" }; /*