Skip to content
Snippets Groups Projects
Commit 7e98d22a authored by Vladimir Davydov's avatar Vladimir Davydov Committed by Vladimir Davydov
Browse files

mp_error: change signature of mp_encode_error_one

It's customary for mp_encode_* functions to take a pointer to the buffer
and return a pointer following the end of encoded data.
mp_encode_error_one takes (char **) and advances it. Fix it to be
consistent with other mp_encode_* functions.
parent f5403716
No related branches found
No related tags found
No related merge requests found
Loading
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