Navigation Menu

Skip to content

Commit

Permalink
Add missing const
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 1, 2014
1 parent 748b190 commit 21c7f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/groonga.c
Expand Up @@ -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;
Expand Down

0 comments on commit 21c7f81

Please sign in to comment.