summaryrefslogtreecommitdiffstats
path: root/utils/storage/gen_binary_files.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'utils/storage/gen_binary_files.cpp')
-rw-r--r--utils/storage/gen_binary_files.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/storage/gen_binary_files.cpp b/utils/storage/gen_binary_files.cpp
index 5e7f619..0873283 100644
--- a/utils/storage/gen_binary_files.cpp
+++ b/utils/storage/gen_binary_files.cpp
@@ -89,6 +89,8 @@ int main(int argc, char * argv[]){
phrase_index.load_text(2, infile);
fclose(infile);
+ phrase_index.compat();
+
new_chunk = new MemoryChunk;
phrase_index.store(1, new_chunk);
new_chunk->save("../../data/gb_char.bin");