[Groonga-commit] groonga/groonga at 99d4ec7 [master] ii: add missing name size

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Dec 7 12:32:36 JST 2015


Kouhei Sutou	2015-12-07 12:32:36 +0900 (Mon, 07 Dec 2015)

  New Revision: 99d4ec7bd1d1a8e569bbbb3a657232c40a780cf0
  https://github.com/groonga/groonga/commit/99d4ec7bd1d1a8e569bbbb3a657232c40a780cf0

  Message:
    ii: add missing name size

  Modified files:
    lib/ii.c

  Modified: lib/ii.c (+2 -2)
===================================================================
--- lib/ii.c    2015-12-07 12:16:15 +0900 (fcaa00c)
+++ lib/ii.c    2015-12-07 12:32:36 +0900 (90bcd6d)
@@ -2416,8 +2416,8 @@ typedef struct {
         }\
         CRIT(rc,\
              "[ii][broken] posting in list is larger than posting in chunk: "\
-             "%s: (%d:%d) -> (%d:%d)",\
-             name, lid.rid, lid.sid, cid.rid, cid.sid);\
+             "%.*s: (%d:%d) -> (%d:%d)",\
+             name_size, name, lid.rid, lid.sid, cid.rid, cid.sid);\
         break;\
       }\
       PUTNEXT_(cid);\
-------------- next part --------------
HTML����������������������������...
Descargar 



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