Skip to content

Commit 4d512d5

Browse files
committed
1 parent 63efcad commit 4d512d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/KiwiBuilder.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2126,7 +2126,7 @@ Kiwi KiwiBuilder::build(const TypoTransformer& typos, float typoCostThreshold) c
21262126
estimatedNodeSize += f->first.size() - commonPrefix;
21272127
prevForm = &f->first;
21282128
}
2129-
ret.typoForms.emplace_back(0, 0, 0, hash);
2129+
ret.typoForms.emplace_back(0, 0, hash);
21302130
ret.typoPtrs.emplace_back(ret.typoPool.size());
21312131
formTrie.reserveMore(estimatedNodeSize);
21322132

0 commit comments

Comments
 (0)