Commit db5c15f6 authored by unknown's avatar unknown
Browse files

merge

parent 84f89641
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ template <uint default_width> class Bitmap
  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')