diff options
-rw-r--r-- | src/core/wee-hdata.c | 4 |
1 files 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" }; /* |