aboutsummaryrefslogtreecommitdiffstats
path: root/dictionary.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dictionary.cpp')
-rw-r--r--dictionary.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dictionary.cpp b/dictionary.cpp
index dd14656..9fe361a 100644
--- a/dictionary.cpp
+++ b/dictionary.cpp
@@ -57,7 +57,7 @@ void Dictionary::addDefinition(Word word)
Addr Dictionary::find(Word word)
{
- Addr lt = latest, oldlt;
+ Addr lt = latest(), oldlt;
do {
oldlt = lt;
const Cell l = read(lt);