mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-27 03:41:23 +08:00
(process_block): Add cast to avoid warning.
This commit is contained in:
parent
5f67ab7e7a
commit
bf7346e744
@ -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, _("\
|
||||
|
Loading…
Reference in New Issue
Block a user