[Groonga-commit] ranguba/rroonga at d48b8cc [master] Fix build error with --enable-debug-log

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Aug 12 12:58:01 JST 2016


Kouhei Sutou	2016-08-12 12:58:01 +0900 (Fri, 12 Aug 2016)

  New Revision: d48b8cc26d9c3aba0666e7561e480f0ae0b5a190
  https://github.com/ranguba/rroonga/commit/d48b8cc26d9c3aba0666e7561e480f0ae0b5a190

  Message:
    Fix build error with --enable-debug-log

  Modified files:
    ext/groonga/rb-grn-object.c

  Modified: ext/groonga/rb-grn-object.c (+1 -1)
===================================================================
--- ext/groonga/rb-grn-object.c    2016-07-15 20:02:05 +0900 (ac28c07)
+++ ext/groonga/rb-grn-object.c    2016-08-12 12:58:01 +0900 (11e4b1e)
@@ -545,7 +545,7 @@ rb_grn_named_object_set_name (RbGrnNamedObject *rb_grn_named_object,
               RB_GRN_OBJECT(rb_grn_named_object)->context,
               RB_GRN_OBJECT(rb_grn_named_object)->object,
               rb_grn_named_object,
-              grn_obj_type_to_string(RB_GRN_OBJECT(rb_grn_named_object)->header.type),
+              grn_obj_type_to_string(RB_GRN_OBJECT(rb_grn_named_object)->object->header.type),
               RB_GRN_OBJECT(rb_grn_named_object)->object->header.type,
               name_size, name);
     }
-------------- next part --------------
HTML����������������������������...
Download 



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