[Groonga-commit] groonga/groonga at 73bc514 [master] Fix variable name

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Oct 19 15:39:31 JST 2015


Kouhei Sutou	2015-10-19 15:39:31 +0900 (Mon, 19 Oct 2015)

  New Revision: 73bc51435c85a3d749d08a4e9e248d37ccf6096a
  https://github.com/groonga/groonga/commit/73bc51435c85a3d749d08a4e9e248d37ccf6096a

  Message:
    Fix variable name

  Modified files:
    lib/db.c

  Modified: lib/db.c (+3 -2)
===================================================================
--- lib/db.c    2015-10-19 15:38:33 +0900 (c07c214)
+++ lib/db.c    2015-10-19 15:39:31 +0900 (d89c604)
@@ -13441,7 +13441,8 @@ grn_ctx_get_all_types(grn_ctx *ctx, grn_obj *types_buffer)
 }
 
 grn_rc
-grn_ctx_get_all_tokenizers(grn_ctx *ctx, grn_obj *types_buffer)
+grn_ctx_get_all_tokenizers(grn_ctx *ctx, grn_obj *tokenizers_buffer)
 {
-  return grn_ctx_get_all_objects(ctx, types_buffer, grn_obj_is_tokenizer_proc);
+  return grn_ctx_get_all_objects(ctx, tokenizers_buffer,
+                                 grn_obj_is_tokenizer_proc);
 }
-------------- next part --------------
HTML����������������������������...
Download 



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