summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2012-10-18 17:57:39 +0800
committerPeng Wu <alexepico@gmail.com>2012-10-18 17:57:39 +0800
commite16062739449853c9b40c60b807d97fdfc8156bb (patch)
treefe3fad6575508af36a167a7ee22303824028075e /tests
parenta949650e53700d1215bfe91b3f3172bb59fd2901 (diff)
downloadlibpinyin-e16062739449853c9b40c60b807d97fdfc8156bb.tar.gz
libpinyin-e16062739449853c9b40c60b807d97fdfc8156bb.tar.xz
libpinyin-e16062739449853c9b40c60b807d97fdfc8156bb.zip
update ngseg
Diffstat (limited to 'tests')
-rw-r--r--tests/lookup/test_phrase_lookup.cpp2
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