bincimap-1.2.13-glibc-2.10.patch 469 B

12345678910111213
  1. diff -ur bincimap-1.2.13final.orig/src/convert.h bincimap-1.2.13final/src/convert.h
  2. --- bincimap-1.2.13final.orig/src/convert.h 2005-02-08 22:30:22.000000000 +0200
  3. +++ bincimap-1.2.13final/src/convert.h 2009-08-08 10:38:08.000000000 +0300
  4. @@ -111,7 +111,7 @@
  5. unsigned char c = *i;
  6. unsigned char d = *(i + 1);
  7. - char *t;
  8. + const char *t;
  9. if ((t = strchr(hexchars, c)) == 0)
  10. return "out of range";
  11. n = (t - hexchars) << 4;