summaryrefslogtreecommitdiffstats
path: root/src/storage/facade_phrase_table.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage/facade_phrase_table.h')
-rw-r--r--src/storage/facade_phrase_table.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/storage/facade_phrase_table.h b/src/storage/facade_phrase_table.h
index 913a611..fadf03f 100644
--- a/src/storage/facade_phrase_table.h
+++ b/src/storage/facade_phrase_table.h
@@ -61,6 +61,7 @@ public:
int search(int phrase_length, /* in */ utf16_t phrase[],
/* out */ phrase_token_t & token){
int result = SEARCH_NONE;
+ token = null_token;
if (NULL != m_system_phrase_table)
result |= m_system_phrase_table->search