X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=charset.c;h=c2115633986b4dc051039492d998a1669c72ae6d;hp=e17cca7564f5624614240306552652045609a0e8;hb=31edbe030ac69952aa535730427246b5e9a1603c;hpb=fc9c62aae0a7ebf1ff9335e322e7c1f5d3e459d3 diff --git a/charset.c b/charset.c index e17cca7..c211563 100644 --- a/charset.c +++ b/charset.c @@ -633,7 +633,7 @@ static size_t convert_string (ICONV_CONST char *f, size_t flen, *tlen = ob - buf; - safe_realloc ((void **) &buf, ob - buf + 1); + safe_realloc (&buf, ob - buf + 1); *t = buf; iconv_close (cd);