[Groonga-commit] groonga/groonga at 7e7e2ec [master] mruby: fix wrong the number of arguments

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Oct 6 10:57:03 JST 2013


Kouhei Sutou	2013-10-06 10:57:03 +0900 (Sun, 06 Oct 2013)

  New Revision: 7e7e2ecc933b1626a2258558ea0fd062eebaa531
  https://github.com/groonga/groonga/commit/7e7e2ecc933b1626a2258558ea0fd062eebaa531

  Message:
    mruby: fix wrong the number of arguments

  Modified files:
    lib/mrb/mrb_expr.c

  Modified: lib/mrb/mrb_expr.c (+1 -1)
===================================================================
--- lib/mrb/mrb_expr.c    2013-10-06 10:55:26 +0900 (655d8de)
+++ lib/mrb/mrb_expr.c    2013-10-06 10:57:03 +0900 (d77759f)
@@ -346,7 +346,7 @@ grn_mrb_expr_init(grn_ctx *ctx)
   struct RClass *module = ctx->impl->mrb.module;
 
   mrb_define_class_method(mrb, module,
-                          "build", mrb_grn_expr_build, MRB_ARGS_REQ(3));
+                          "build", mrb_grn_expr_build, MRB_ARGS_REQ(4));
 }
 
 scan_info **
-------------- next part --------------
HTML����������������������������...
Download 



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