From e16062739449853c9b40c60b807d97fdfc8156bb Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Thu, 18 Oct 2012 17:57:39 +0800 Subject: update ngseg --- src/pinyin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pinyin.cpp') diff --git a/src/pinyin.cpp b/src/pinyin.cpp index 2842161..765c4a1 100644 --- a/src/pinyin.cpp +++ b/src/pinyin.cpp @@ -681,7 +681,7 @@ bool pinyin_get_sentence(pinyin_instance_t * instance, bool retval = pinyin::convert_to_utf8 (context->m_phrase_index, instance->m_match_results, - NULL, *sentence); + NULL, false, *sentence); return retval; } -- cgit