[Groonga-commit] groonga/groonga at 0761385 [master] Use "_" in option name

Zurück zum Archiv-Index

Kouhei Sutou null+****@clear*****
Fri Apr 6 09:43:04 JST 2018


Kouhei Sutou	2018-04-06 09:43:04 +0900 (Fri, 06 Apr 2018)

  New Revision: 076138580180948f7bcac97089ec6af93713b774
  https://github.com/groonga/groonga/commit/076138580180948f7bcac97089ec6af93713b774

  Message:
    Use "_" in option name

  Modified files:
    lib/table.c

  Modified: lib/table.c (+1 -1)
===================================================================
--- lib/table.c    2018-04-06 09:40:20 +0900 (198e3fa2d)
+++ lib/table.c    2018-04-06 09:43:04 +0900 (059fb1f9a)
@@ -23,7 +23,7 @@
 #include "grn_hash.h"
 #include "grn_pat.h"
 
-static const char *OPTION_NAME_DEFAULT_TOKENIZER = "default-tokenizer";
+static const char *OPTION_NAME_DEFAULT_TOKENIZER = "default_tokenizer";
 
 grn_rc
 grn_table_apply_expr(grn_ctx *ctx,
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180406/a60a4fe2/attachment.htm 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index