summaryrefslogtreecommitdiff
path: root/mail/bincimap/files/patch-src_convert.h
diff options
context:
space:
mode:
Diffstat (limited to 'mail/bincimap/files/patch-src_convert.h')
-rw-r--r--mail/bincimap/files/patch-src_convert.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/bincimap/files/patch-src_convert.h b/mail/bincimap/files/patch-src_convert.h
index 75f0a9dc998c..d239888ce61f 100644
--- a/mail/bincimap/files/patch-src_convert.h
+++ b/mail/bincimap/files/patch-src_convert.h
@@ -9,3 +9,12 @@
#include <sys/stat.h>
#include "address.h"
+@@ -113,7 +113,7 @@ namespace Binc {
+ unsigned char c = *i;
+ unsigned char d = *(i + 1);
+
+- char *t;
++ const char *t;
+ if ((t = strchr(hexchars, c)) == 0)
+ return "out of range";
+ n = (t - hexchars) << 4;