the “I found my first real bug” commit.
[apps/madmutt.git] / gnupgparse.c
index c29ab84..e4f0a57 100644 (file)
@@ -84,7 +84,7 @@ static void fix_uid (char *uid)
   if (_chs && (cd = mutt_iconv_open (_chs, "utf-8", 0)) != (iconv_t) - 1) {
     int n = s - uid + 1;        /* chars available in original buffer */
     char *buf;
-    ICONV_CONST char *ib;
+    const char *ib;
     char *ob;
     size_t ibl, obl;