From c34f87b345d762882c265a638d306f10b21d4cf8 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Mon, 21 May 2012 15:34:06 +0800 Subject: rename compat to compact --- utils/storage/gen_binary_files.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/storage/gen_binary_files.cpp') 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); -- cgit