(process_block): Add cast to avoid warning.

This commit is contained in:
Ulrich Drepper 2000-01-05 17:26:33 +00:00
parent 5f67ab7e7a
commit bf7346e744

View File

@ -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, _("\