Commit db5c15f6 authored by unknown's avatar unknown

merge

parent 84f89641
......@@ -62,7 +62,7 @@ public:
char *print(char *buf) const
{
char *s=buf;
const uchar *e=buffer, *b=e+sizeof(buffer)-1;
const uchar *e=(uchar *)buffer, *b=e+sizeof(buffer)-1;
while (!*b && b>e)
b--;
if ((*s=_dig_vec_upper[*b >> 4]) != '0')
......
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