packaging: Enable memcpy in sysdeps/arm/memcpy.S for ARM
[platform/upstream/glibc.git] / iconv / iconv_charmap.c
index 1992937..b36cf7e 100644 (file)
@@ -1,5 +1,5 @@
 /* Convert using charmaps and possibly iconv().
-   Copyright (C) 2001-2022 Free Software Foundation, Inc.
+   Copyright (C) 2001-2024 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    This program is free software; you can redistribute it and/or modify
@@ -440,7 +440,7 @@ process_block (struct convtable *tbl, char *addr, size_t len, FILE *output)
               ignoring errors.  Otherwise punt.  */
            if (! omit_invalid)
              {
-               error (0, 0, _("illegal input sequence at position %Zd"), n);
+               error (0, 0, _("illegal input sequence at position %zd"), n);
                return -1;
              }