From 64a72f574d9f03adc065c8fe94d4fc830f7bb3e2 Mon Sep 17 00:00:00 2001 From: Moritz Kobitzsch Date: Tue, 13 Sep 2016 13:45:09 +0200 Subject: [PATCH] also reserve entry for refs --- src/extractor/extraction_containers.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/extractor/extraction_containers.cpp b/src/extractor/extraction_containers.cpp index 91dfe9aab..11261f2d5 100644 --- a/src/extractor/extraction_containers.cpp +++ b/src/extractor/extraction_containers.cpp @@ -110,7 +110,8 @@ ExtractionContainers::ExtractionContainers() // Check if stxxl can be instantiated stxxl::vector dummy_vector; - // Insert three empty strings offsets for name, destination and pronunciation + // Insert three empty strings offsets for name, ref, destination and pronunciation + name_offsets.push_back(0); name_offsets.push_back(0); name_offsets.push_back(0); name_offsets.push_back(0);