mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* missing/vsnprintf.c (BSD__uqtoa): constified.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17772 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
40612c5bb5
commit
1316830179
2 changed files with 5 additions and 1 deletions
|
@ -357,7 +357,7 @@ BSD__sbprintf(register FILE *fp, const char *fmt, va_list ap)
|
|||
* use the given digits.
|
||||
*/
|
||||
static char *
|
||||
BSD__uqtoa(register u_quad_t val, char *endp, int base, int octzero, char *xdigs)
|
||||
BSD__uqtoa(register u_quad_t val, char *endp, int base, int octzero, const char *xdigs)
|
||||
{
|
||||
register char *cp = endp;
|
||||
register long sval;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue