diff options
author | Peng Wu <alexepico@gmail.com> | 2012-10-18 17:57:39 +0800 |
---|---|---|
committer | Peng Wu <alexepico@gmail.com> | 2012-10-18 17:57:39 +0800 |
commit | e16062739449853c9b40c60b807d97fdfc8156bb (patch) | |
tree | fe3fad6575508af36a167a7ee22303824028075e /tests | |
parent | a949650e53700d1215bfe91b3f3172bb59fd2901 (diff) | |
download | libpinyin-e16062739449853c9b40c60b807d97fdfc8156bb.tar.gz libpinyin-e16062739449853c9b40c60b807d97fdfc8156bb.tar.xz libpinyin-e16062739449853c9b40c60b807d97fdfc8156bb.zip |
update ngseg
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lookup/test_phrase_lookup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lookup/test_phrase_lookup.cpp b/tests/lookup/test_phrase_lookup.cpp index 15cc861..b4ee19c 100644 --- a/tests/lookup/test_phrase_lookup.cpp +++ b/tests/lookup/test_phrase_lookup.cpp @@ -43,7 +43,7 @@ bool try_phrase_lookup(PhraseLookup * phrase_lookup, } printf("\n"); #endif - phrase_lookup->convert_to_utf8(results, "\n", result_string); + phrase_lookup->convert_to_utf8(results, result_string); if (result_string) printf("%s\n", result_string); else |