[Groonga-commit] groonga/groonga at 9106ff2 [master] Fix wrong type macro

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Sep 20 19:27:00 JST 2013


Kouhei Sutou	2013-09-20 19:27:00 +0900 (Fri, 20 Sep 2013)

  New Revision: 9106ff2b1012e17b723070060672f0ae2c52e6f7
  https://github.com/groonga/groonga/commit/9106ff2b1012e17b723070060672f0ae2c52e6f7

  Message:
    Fix wrong type macro

  Modified files:
    lib/db.c

  Modified: lib/db.c (+1 -1)
===================================================================
--- lib/db.c    2013-09-20 19:17:19 +0900 (e349640)
+++ lib/db.c    2013-09-20 19:27:00 +0900 (92914f4)
@@ -1616,7 +1616,7 @@ exit:
     int i, n_sources;
     n_sources = GRN_BULK_VSIZE(&sources) / sizeof(grn_obj *);
     for (i = 0; i < n_sources; i++) {
-      grn_obj *source = GRN_RECORD_VALUE_AT(&sources, i);
+      grn_obj *source = GRN_PTR_VALUE_AT(&sources, i);
       grn_obj_unlink(ctx, source);
     }
     grn_obj_unlink(ctx, &sources);
-------------- next part --------------
HTML����������������������������...
Download 



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