ports/textproc/enchant/patches/patch-src_myspell_myspell_checker_cpp

11 lines
434 B
Text

--- src/myspell/myspell_checker.cpp.orig Wed Feb 8 23:24:36 2017
+++ src/myspell/myspell_checker.cpp Tue Apr 25 10:01:58 2017
@@ -449,7 +449,7 @@ MySpellChecker::requestDictionary(const char *szLang)
if(myspell == NULL){
return false;
}
- char *enc = myspell->get_dic_encoding();
+ const char *enc = myspell->get_dic_encoding();
m_translate_in = g_iconv_open(enc, "UTF-8");
m_translate_out = g_iconv_open("UTF-8", enc);