Make sure we also reserve space for destination and pronunciation

This commit is contained in:
Patrick Niklaus
2016-06-08 10:58:11 +02:00
parent 312e86eb58
commit 1c140a112a
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -27,6 +27,7 @@ namespace extractor
ExtractorCallbacks::ExtractorCallbacks(ExtractionContainers &extraction_containers)
: external_memory(extraction_containers)
{
// we reserved 0, 1, 2 for the empty case
string_map[MapKey("", "")] = 0;
}