Commit f01946ec authored by Lev Walkin's avatar Lev Walkin

add back const qualifier

parent ae1422b1
......@@ -217,7 +217,7 @@ xer_decode__primitive_body(void *key, const void *chunk_buf, size_t chunk_size,
}
lead_wsp_size = xer_whitespace_span(chunk_buf, chunk_size);
chunk_buf = (char *)chunk_buf + lead_wsp_size;
chunk_buf = (const char *)chunk_buf + lead_wsp_size;
chunk_size -= lead_wsp_size;
bret = arg->prim_body_decoder(arg->type_descriptor,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment