[Groonga-commit] groonga/groonga at 89ed00d [master] windows tsv: remove garbage

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Sat Apr 18 21:59:09 JST 2015


Kouhei Sutou	2015-04-18 21:59:09 +0900 (Sat, 18 Apr 2015)

  New Revision: 89ed00dbfa162b33a7365c9a3cde1961a08513af
  https://github.com/groonga/groonga/commit/89ed00dbfa162b33a7365c9a3cde1961a08513af

  Message:
    windows tsv: remove garbage

  Modified files:
    plugins/query_expanders/tsv.c

  Modified: plugins/query_expanders/tsv.c (+2 -2)
===================================================================
--- plugins/query_expanders/tsv.c    2015-04-18 21:58:20 +0900 (35a77eb)
+++ plugins/query_expanders/tsv.c    2015-04-18 21:59:09 +0900 (197f3d1)
@@ -53,8 +53,8 @@ get_system_synonyms_file(void)
     base_dir = grn_plugin_win32_base_dir();
     base_dir_length = strlen(base_dir);
     grn_strcpy(win32_synonyms_file, MAX_PATH, base_dir);
-    strcat(win32_synonyms_file_entity, "/");
-    strcat(win32_synonyms_file_entity, relative_path);
+    strcat(win32_synonyms_file, "/");
+    strcat(win32_synonyms_file, relative_path);
   }
   return win32_synonyms_file;
 }
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る