[Groonga-commit] groonga/groonga at 0811249 [master] windows: use portable memcpy()

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Oct 17 21:07:37 JST 2015


Kouhei Sutou	2015-10-17 21:07:37 +0900 (Sat, 17 Oct 2015)

  New Revision: 0811249297dbaa72c5221214ec65d52931769d7e
  https://github.com/groonga/groonga/commit/0811249297dbaa72c5221214ec65d52931769d7e

  Message:
    windows: use portable memcpy()

  Modified files:
    lib/ii.c

  Modified: lib/ii.c (+1 -1)
===================================================================
--- lib/ii.c    2015-10-17 21:06:55 +0900 (7d4934f)
+++ lib/ii.c    2015-10-17 21:07:37 +0900 (17532ad)
@@ -8025,7 +8025,7 @@ ii_buffer_values_append(grn_ctx *ctx, grn_ii_buffer *ii_buffer,
         value->buf = new_buf;
         value->cap = len;
       }
-      memcpy(value->buf, p, len);
+      grn_memcpy(value->buf, p, len);
       p = value->buf;
     }
     value->sid = sid;
-------------- next part --------------
HTML����������������������������...
Download 



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