Skip to content
Snippets Groups Projects
Commit dddb98db authored by Damien George's avatar Damien George
Browse files

py/parsenum: Use size_t to count bytes, and int for type of base arg.

size_t is the proper type to count number of bytes in a string.  The base
argument does not need to be a full mp_uint_t, int is enough.
parent 99fc0d12
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.
Please register or to comment