[Groonga-commit] groonga/groonga at 81d804f [master] Fix separator

Back to archive index
Kouhei Sutou null+****@clear*****
Mon Jan 21 10:54:13 JST 2019


Kouhei Sutou	2019-01-21 10:54:13 +0900 (Mon, 21 Jan 2019)

  Revision: 81d804f32efadde0a5ffcef388e00cc54a27da39
  https://github.com/groonga/groonga/commit/81d804f32efadde0a5ffcef388e00cc54a27da39

  Message:
    Fix separator

  Modified files:
    lib/ii.c

  Modified: lib/ii.c (+1 -1)
===================================================================
--- lib/ii.c    2019-01-21 10:48:31 +0900 (9e95e4742)
+++ lib/ii.c    2019-01-21 10:54:13 +0900 (3827fb1dc)
@@ -3117,7 +3117,7 @@ merge_dump_source(grn_ctx *ctx,
 
       GRN_TEXT_PUTC(ctx,
                     &(data.inspected_entries),
-                    ' ');
+                    ':');
 
       GRN_B_DEC(info.rid, record_data);
       if (ii->header->flags & GRN_OBJ_WITH_SECTION) {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190121/eb228128/attachment.html>


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