the “I found my first real bug” commit.
[apps/madmutt.git] / intl / dcigettext.c
index c7f4506..7e9653c 100644 (file)
@@ -930,7 +930,7 @@ _nl_find_msg (struct loaded_l10nfile *domain_file,
 
              outleft = freemem_size - sizeof (size_t);
              if (iconv (domain->conv,
-                        (ICONV_CONST char **) &inptr, &inleft,
+                        (const char **) &inptr, &inleft,
                         &outptr, &outleft)
                  != (size_t) (-1))
                {