From: Ulrich Drepper Date: Wed, 5 Jan 2000 17:26:33 +0000 (+0000) Subject: (process_block): Add cast to avoid warning. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf7346e744b3ef950e4f182ed66aa61af61082cc;p=thirdparty%2Fglibc.git (process_block): Add cast to avoid warning. --- diff --git a/iconv/iconv_prog.c b/iconv/iconv_prog.c index f17c4623878..d2b90a3ff59 100644 --- a/iconv/iconv_prog.c +++ b/iconv/iconv_prog.c @@ -368,7 +368,7 @@ conversion stopped due to problem in writing the output")); { case EILSEQ: error (0, 0, _("illegal input sequence at position %ld"), - addr - start); + (long) (addr - start)); break; case EINVAL: error (0, 0, _("\