mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
merge
This commit is contained in:
parent
f6d51a44f4
commit
d12bc32994
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ public:
|
||||||
char *print(char *buf) const
|
char *print(char *buf) const
|
||||||
{
|
{
|
||||||
char *s=buf;
|
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)
|
while (!*b && b>e)
|
||||||
b--;
|
b--;
|
||||||
if ((*s=_dig_vec_upper[*b >> 4]) != '0')
|
if ((*s=_dig_vec_upper[*b >> 4]) != '0')
|
||||||
|
|
Loading…
Add table
Reference in a new issue