Skip to content
Snippets Groups Projects
Commit f01946ec authored by Lev Walkin's avatar Lev Walkin
Browse files

add back const qualifier

parent ae1422b1
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment