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, 1 insertions, 1 deletions
diff --git a/utils/storage/gen_binary_files.cpp b/utils/storage/gen_binary_files.cpp
index fc3c439..1ec6fe3 100644
--- a/utils/storage/gen_binary_files.cpp
+++ b/utils/storage/gen_binary_files.cpp
@@ -86,7 +86,7 @@ int main(int argc, char * argv[]){
new_chunk->save("phrase_index.bin");
phraselargetable.load(new_chunk);
- phrase_index.compat();
+ phrase_index.compact();
if (!save_phrase_index(&phrase_index))
exit(ENOENT);