Commit 08ce89bf authored by Uri Blumenthal's avatar Uri Blumenthal

Fix another compiler warning

parent 77cdf2bd
......@@ -92,7 +92,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 += lead_wsp_size;
chunk_buf = (chunk_buf == NULL)? NULL : ((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