[Groonga-commit] groonga/groonga [master] QueyrExpanderTSV: change constant name

Back to archive index

HAYASHI Kentaro null+****@clear*****
Tue Oct 16 16:48:48 JST 2012


HAYASHI Kentaro	2012-10-16 16:48:48 +0900 (Tue, 16 Oct 2012)

  New Revision: 059d884754585675256fa6197581c94b30781faa
  https://github.com/groonga/groonga/commit/059d884754585675256fa6197581c94b30781faa

  Log:
    QueyrExpanderTSV: change constant name
    
    GRN_RELATIVE_QUERY_EXPANDER_TSV_SYNONYMS_FILE->
    GRN_QUERY_EXPANDER_TSV_RELATIVE_SYNONYMS_FILE

  Modified files:
    plugins/query_expanders/tsv.c

  Modified: plugins/query_expanders/tsv.c (+1 -1)
===================================================================
--- plugins/query_expanders/tsv.c    2012-10-16 15:22:25 +0900 (a1d5983)
+++ plugins/query_expanders/tsv.c    2012-10-16 16:48:48 +0900 (1412232)
@@ -36,7 +36,7 @@ get_system_synonyms_file(void)
 {
   if (!win32_synonyms_file) {
     const char *base_dir;
-    const char *relative_path = GRN_RELATIVE_QUERY_EXPANDER_TSV_SYNONYMS_FILE;
+    const char *relative_path = GRN_QUERY_EXPANDER_TSV_RELATIVE_SYNONYMS_FILE;
     char *synonyms_file;
     char *path;
     size_t base_dir_length;
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index