From e1c4b6b0ee7455458a9de25a7195eea059dc5ca7 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Thu, 1 Dec 2011 10:41:58 +0800 Subject: fixes a typo --- src/storage/chewing_large_table.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/storage/chewing_large_table.cpp b/src/storage/chewing_large_table.cpp index 765e7ce..00d7c5b 100644 --- a/src/storage/chewing_large_table.cpp +++ b/src/storage/chewing_large_table.cpp @@ -192,7 +192,7 @@ int ChewingBitmapIndexLevel::middle_and_final_level_search ORIGIN, phrase_length, keys, ranges); \ if (m_options & AMBIGUITY) { \ result |= tone_level_search \ - (initial, middle, \ + (initial, middle, \ ANOTHER, phrase_length, keys, ranges); \ } \ return result; \ @@ -218,7 +218,7 @@ int ChewingBitmapIndexLevel::middle_and_final_level_search return result; } else { /* normal pinyin */ result |= tone_level_search - (initial, middle, (ChewingFinal)first_key.m_final, + (initial, middle, CHEWING_ZERO_FINAL, phrase_length, keys, ranges); return result; } -- cgit