[Groonga-commit] groonga/groonga at 85951e4 [master] pat_inspect_node: output all check

Back to archive index

naoa null+****@clear*****
Wed Jan 20 05:55:35 JST 2016


naoa	2016-01-20 05:55:35 +0900 (Wed, 20 Jan 2016)

  New Revision: 85951e43a1c31b30ffd20285489c61881aa21a0f
  https://github.com/groonga/groonga/commit/85951e43a1c31b30ffd20285489c61881aa21a0f

  Merged de6220b: Merge pull request #457 from naoa/output-all-check

  Message:
    pat_inspect_node: output all check

  Modified files:
    lib/pat.c

  Modified: lib/pat.c (+1 -2)
===================================================================
--- lib/pat.c    2016-01-19 23:27:48 +0900 (154e894)
+++ lib/pat.c    2016-01-20 05:55:35 +0900 (0d94a71)
@@ -2662,6 +2662,7 @@ grn_pat_inspect_node(grn_ctx *ctx, grn_pat *pat, grn_id id, int check,
   }
   GRN_TEXT_PUTS(ctx, buf, prefix);
   grn_text_lltoa(ctx, buf, id);
+  grn_pat_inspect_check(ctx, buf, c);
 
   if (c > check) {
     GRN_TEXT_PUTS(ctx, buf, "\n");
@@ -2682,8 +2683,6 @@ grn_pat_inspect_node(grn_ctx *ctx, grn_pat *pat, grn_id id, int check,
     grn_inspect(ctx, buf, key_buf);
     GRN_TEXT_PUTS(ctx, buf, ")");
 
-    grn_pat_inspect_check(ctx, buf, c);
-
     GRN_TEXT_PUTS(ctx, buf, "[");
     key = pat_node_get_key(ctx, pat, node);
     for (i = 0; i < key_size; i++) {
-------------- next part --------------
HTML����������������������������...
Descargar 



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