Doxygen comments
[yaz-moved-to-github.git] / include / yaz / icu_I18N.h
index 9f0c2eb..8bf0de8 100644 (file)
@@ -224,7 +224,7 @@ void icu_chain_step_destroy(struct icu_chain_step * step);
 
 struct icu_chain
 {
-    char locale[16];
+    char *locale;
     int sort;
 
     const char * src8cstr;