X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=sendlib.c;h=4571e7af1e821006b55297d64f09742efa9fd76d;hp=e47825ce2295c87544a9669bcc79de47c0813b2b;hb=59926571aaec3e38cec09d0d9fa34f4a4b887309;hpb=ea912b20ba2b3b9dfdbbae758ad56263c9aa41b3 diff --git a/sendlib.c b/sendlib.c index e47825c..4571e7a 100644 --- a/sendlib.c +++ b/sendlib.c @@ -604,7 +604,7 @@ static size_t convert_file_to (FILE * file, const char *fromcode, #ifdef HAVE_ICONV iconv_t cd1, *cd; char bufi[256], bufu[512], bufo[4 * sizeof (bufi)]; - ICONV_CONST char *ib, *ub; + const char *ib, *ub; char *ob; size_t ibl, obl, ubl, ubl1, n, ret; int i;