1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00
This commit is contained in:
unknown
2005-06-04 21:37:18 +02:00
parent 84f89641cf
commit db5c15f60e

View File

@ -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')