[Groonga-commit] groonga/groonga at 149cd50 [master] Fix check value

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Mar 24 22:53:15 JST 2016


Kouhei Sutou	2016-03-24 22:53:15 +0900 (Thu, 24 Mar 2016)

  New Revision: 149cd50cbd3141cc094f8b6c0a611d9b1da9b435
  https://github.com/groonga/groonga/commit/149cd50cbd3141cc094f8b6c0a611d9b1da9b435

  Message:
    Fix check value

  Modified files:
    lib/obj.c

  Modified: lib/obj.c (+1 -1)
===================================================================
--- lib/obj.c    2016-03-24 22:45:25 +0900 (37af1b6)
+++ lib/obj.c    2016-03-24 22:53:15 +0900 (20ae871)
@@ -192,7 +192,7 @@ grn_obj_is_text_family_type(grn_ctx *ctx, grn_obj *obj)
     return GRN_FALSE;
   }
 
-  return GRN_TYPE_IS_TEXT_FAMILY(obj->header.type);
+  return GRN_TYPE_IS_TEXT_FAMILY(grn_obj_id(ctx, obj));
 }
 
 grn_bool
-------------- next part --------------
HTML����������������������������...
Download 



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