From 777cd7ab3febadcdad52e3231e960af86e8742da Mon Sep 17 00:00:00 2001 From: "Dr. David Alan Gilbert" Date: Thu, 22 Oct 2020 12:00:10 +0100 Subject: Fix printf formatting errors where "0x" is used as a prefix for a decimal number. bfd * po/es.po: Fix printf format binutils * windmc.c: Fix printf format gas * config/tc-arc.c: Fix printf format opcodes * po/es.po: Fix printf format sim * arm/armos.c: Fix printf format * ppc/emul_netbsd.c: Fix printf format -- Dr. David Alan Gilbert / dgilbert@redhat.com / Manchester, UK --- bfd/po/es.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bfd/po') diff --git a/bfd/po/es.po b/bfd/po/es.po index 1fcfd01..5532b5d 100644 --- a/bfd/po/es.po +++ b/bfd/po/es.po @@ -567,7 +567,7 @@ msgstr "%B: aviso: lectura de segmento de números de línea fallada" #: coffcode.h:4641 coffcode.h:4655 #, c-format msgid "%B: warning: illegal symbol index 0x%lx in line number entry %d" -msgstr "%B: aviso: índice simbólico 0x%ld ilegal en las entradas del número de línea %d" +msgstr "%B: aviso: índice simbólico 0x%lx ilegal en las entradas del número de línea %d" #: coffcode.h:4669 #, c-format -- cgit v1.1