mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
fix a little bug in QuerySegment.hpp
This commit is contained in:
parent
218480aac1
commit
072045979f
@ -31,6 +31,7 @@ namespace CppJieba
|
||||
if (_getInitFlag())
|
||||
{
|
||||
LogError("inited.");
|
||||
return false;
|
||||
}
|
||||
if (!_mixSeg.init())
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user