[Groonga-commit] groonga/groonga at 37b6a44 [master] Initialize missing flags field

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Jul 21 15:46:45 JST 2014


Kouhei Sutou	2014-07-21 15:46:45 +0900 (Mon, 21 Jul 2014)

  New Revision: 37b6a44f78549bd9ac6f14cf265f40f1ce4a01af
  https://github.com/groonga/groonga/commit/37b6a44f78549bd9ac6f14cf265f40f1ce4a01af

  Message:
    Initialize missing flags field

  Modified files:
    include/groonga.h

  Modified: include/groonga.h (+1 -0)
===================================================================
--- include/groonga.h    2014-07-21 15:33:29 +0900 (ca0562c)
+++ include/groonga.h    2014-07-21 15:46:45 +0900 (4460f1b)
@@ -1256,6 +1256,7 @@ struct _grn_obj_format {
   (format)->offset = (format_offset);\
   (format)->limit = (format_limit);\
   (format)->hits_offset = (format_hits_offset);\
+  (format)->flags = 0;\
   (format)->expression = NULL;\
 } while (0)
 
-------------- next part --------------
HTML����������������������������...
Download 



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