[Groonga-commit] groonga/groonga at 2639c49 [master] mrb: fix wrong base module

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Dec 4 00:21:20 JST 2013


Kouhei Sutou	2013-12-04 00:21:20 +0900 (Wed, 04 Dec 2013)

  New Revision: 2639c49169e690587d68a64b2be1f0b22783ee1c
  https://github.com/groonga/groonga/commit/2639c49169e690587d68a64b2be1f0b22783ee1c

  Message:
    mrb: fix wrong base module

  Modified files:
    lib/mrb/mrb_fixed_size_column.c

  Modified: lib/mrb/mrb_fixed_size_column.c (+1 -1)
===================================================================
--- lib/mrb/mrb_fixed_size_column.c    2013-12-04 00:20:50 +0900 (39a0c5f)
+++ lib/mrb/mrb_fixed_size_column.c    2013-12-04 00:21:20 +0900 (5f343a1)
@@ -33,7 +33,7 @@ grn_mrb_fixed_size_column_init(grn_ctx *ctx)
   struct RClass *column_class;
   struct RClass *klass;
 
-  column_class = mrb_class_get_under(mrb, data->object_class, "Column");
+  column_class = mrb_class_get_under(mrb, module, "Column");
   klass = mrb_define_class_under(mrb, module, "FixedSizeColumn", column_class);
   MRB_SET_INSTANCE_TT(klass, MRB_TT_DATA);
 }
-------------- next part --------------
HTML����������������������������...
Download 



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