]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(process_block): Add cast to avoid warning.
authorUlrich Drepper <drepper@redhat.com>
Wed, 5 Jan 2000 17:26:33 +0000 (17:26 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 5 Jan 2000 17:26:33 +0000 (17:26 +0000)
iconv/iconv_prog.c

index f17c46238782094f3e172a44aa28098b3a2a6fa4..d2b90a3ff59edb6de551ea6b4d595b1363c98304 100644 (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, _("\