From bf7346e744b3ef950e4f182ed66aa61af61082cc Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 5 Jan 2000 17:26:33 +0000 Subject: [PATCH] (process_block): Add cast to avoid warning. --- iconv/iconv_prog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iconv/iconv_prog.c b/iconv/iconv_prog.c index f17c462387..d2b90a3ff5 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, _("\