[Groonga-commit] pgroonga/pgroonga at 0d581d7 [master] Fix type

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Apr 23 22:46:42 JST 2016


Kouhei Sutou	2016-04-23 22:46:42 +0900 (Sat, 23 Apr 2016)

  New Revision: 0d581d7b9f9e65de474956628182e79a31da0fa1
  https://github.com/pgroonga/pgroonga/commit/0d581d7b9f9e65de474956628182e79a31da0fa1

  Message:
    Fix type

  Modified files:
    src/pgrn_highlight_html.c

  Modified: src/pgrn_highlight_html.c (+1 -1)
===================================================================
--- src/pgrn_highlight_html.c    2016-04-23 22:33:05 +0900 (26ded1f)
+++ src/pgrn_highlight_html.c    2016-04-23 22:46:42 +0900 (250cec2)
@@ -20,7 +20,7 @@ PGrnInitializeHighlightHTML(void)
 	PGrnKeywordsTable = grn_table_create(ctx, NULL, 0, NULL,
 										 GRN_OBJ_TABLE_PAT_KEY,
 										 grn_ctx_at(ctx, GRN_DB_SHORT_TEXT),
-										 0);
+										 NULL);
 	grn_obj_set_info(ctx,
 					 PGrnKeywordsTable,
 					 GRN_INFO_NORMALIZER,
-------------- next part --------------
HTML����������������������������...
Télécharger 



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