diff options
Diffstat (limited to 'src/modules/lexdict/zld')
-rw-r--r-- | src/modules/lexdict/zld/zld.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/lexdict/zld/zld.cpp b/src/modules/lexdict/zld/zld.cpp index 047effa..f444f61 100644 --- a/src/modules/lexdict/zld/zld.cpp +++ b/src/modules/lexdict/zld/zld.cpp @@ -93,6 +93,8 @@ char zLD::getEntry(long away) { entrybuf = new char [ size * FILTERPAD ]; strcpy(entrybuf, ebuf); + rawFilter(entrybuf, size, key); + entrySize = size; // support getEntrySize call if (!key->Persist()) // If we have our own key *key = idxbuf; // reset it to entry index buffer |