[Groonga-commit] groonga/groonga at 21c7f81 [master] Add missing const

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Jun 2 00:23:39 JST 2014


Kouhei Sutou	2014-06-02 00:23:39 +0900 (Mon, 02 Jun 2014)

  New Revision: 21c7f81b383c1c8704f1970ca4f1e8e28d3d8fcf
  https://github.com/groonga/groonga/commit/21c7f81b383c1c8704f1970ca4f1e8e28d3d8fcf

  Message:
    Add missing const

  Modified files:
    src/groonga.c

  Modified: src/groonga.c (+1 -1)
===================================================================
--- src/groonga.c    2014-06-02 00:10:38 +0900 (4aacb15)
+++ src/groonga.c    2014-06-02 00:23:39 +0900 (680ff55)
@@ -960,7 +960,7 @@ do_htreq_post(grn_ctx *ctx, grn_msg *msg)
       ssize_t read_length;
       grn_rc rc;
       char buffer[POST_BUFFER_SIZE];
-      char *buffer_start, *buffer_current, *buffer_end;
+      const char *buffer_start, *buffer_current, *buffer_end;
 
       if (body_start) {
         buffer_start = body_start;
-------------- next part --------------
HTML����������������������������...
Download 



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