[Groonga-commit] groonga/groonga at 65caa83 [master] Use more simple API

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Apr 10 15:45:22 JST 2016


Kouhei Sutou	2016-04-10 15:45:22 +0900 (Sun, 10 Apr 2016)

  New Revision: 65caa83f897a0029417ba2a8d20c42684e82e7d9
  https://github.com/groonga/groonga/commit/65caa83f897a0029417ba2a8d20c42684e82e7d9

  Message:
    Use more simple API

  Modified files:
    lib/proc/proc_select.c

  Modified: lib/proc/proc_select.c (+1 -1)
===================================================================
--- lib/proc/proc_select.c    2016-04-10 15:37:25 +0900 (ff1fb50)
+++ lib/proc/proc_select.c    2016-04-10 15:45:22 +0900 (5e7697f)
@@ -483,7 +483,7 @@ drilldown_info_visit(grn_ctx *ctx, grn_obj *labels,
     }
     if (!cycled) {
       visits[to - 1] = TSORT_STATUS_VISITED;
-      grn_uvector_add_element(ctx, ids, to - 1, 0);
+      GRN_UINT32_PUT(ctx, ids, to - 1);
     }
     break;
   }
-------------- next part --------------
HTML����������������������������...
Télécharger 



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