diff options
| author | Peng Wu <alexepico@gmail.com> | 2012-05-21 15:34:06 +0800 |
|---|---|---|
| committer | Peng Wu <alexepico@gmail.com> | 2012-05-21 15:34:06 +0800 |
| commit | c34f87b345d762882c265a638d306f10b21d4cf8 (patch) | |
| tree | 1d67471d4158109c59b11397b40ebd455d324149 /utils/storage/gen_binary_files.cpp | |
| parent | 4f7701c4d33c8b2df7c1cc29b1abf81ab7110e5c (diff) | |
rename compat to compact
Diffstat (limited to 'utils/storage/gen_binary_files.cpp')
| -rw-r--r-- | utils/storage/gen_binary_files.cpp | 2 |
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); |
