diff --git a/src/key_search_mt.cpp b/src/key_search_mt.cpp index a5c0db2..35fcbfe 100644 --- a/src/key_search_mt.cpp +++ b/src/key_search_mt.cpp @@ -64,7 +64,7 @@ void KeySearch::_thr_proc() { // Update count and print result. g_count++; - key_search_result(&pair, &res); + key_search_result(&pair, &res, m_dict); } } }