summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2015-05-27 17:35:25 +0800
committerPeng Wu <alexepico@gmail.com>2015-05-27 17:35:25 +0800
commit59fe2160a265ebecce051645bba78b1fe3ddf8eb (patch)
tree9a36945343c7d549abfc2f522d8a38e0970689d7 /utils
parent64b5d653dfc2fb9125c6f407f784fd73c46bb045 (diff)
downloadlibpinyin-59fe2160a265ebecce051645bba78b1fe3ddf8eb.tar.gz
libpinyin-59fe2160a265ebecce051645bba78b1fe3ddf8eb.tar.xz
libpinyin-59fe2160a265ebecce051645bba78b1fe3ddf8eb.zip
rename macros
Diffstat (limited to 'utils')
-rw-r--r--utils/storage/gen_binary_files.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/storage/gen_binary_files.cpp b/utils/storage/gen_binary_files.cpp
index 4bee0d8..3937a68 100644
--- a/utils/storage/gen_binary_files.cpp
+++ b/utils/storage/gen_binary_files.cpp
@@ -123,8 +123,8 @@ int main(int argc, char * argv[]){
phrase_files = system_table_info.get_addon_tables();
- generate_binary_files(ADDON_PINYIN_INDEX,
- ADDON_PHRASE_INDEX,
+ generate_binary_files(ADDON_SYSTEM_PINYIN_INDEX,
+ ADDON_SYSTEM_PHRASE_INDEX,
phrase_files);
return 0;