Ooops - added gettext'isation missed out from previous delta
authorNick Clifton <nickc@redhat.com>
Wed, 22 Jul 1998 17:29:11 +0000 (17:29 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 22 Jul 1998 17:29:11 +0000 (17:29 +0000)
binutils/readelf.c

index e3e4db3d170a50bbef38902067f404199c3ca1fc..932de40306fc790ce3531ee3e97c1f0cadc1a485 100644 (file)
@@ -917,7 +917,7 @@ dump_relocations (file, rel_offset, rel_size, symtab, strtab)
        }
 
       if (rtype == NULL)
-       printf ("unrecognised: %-7x", ELF32_R_TYPE (info));
+       printf (_("unrecognised: %-7x"), ELF32_R_TYPE (info));
       else
        printf ("%-21.21s", rtype);
 
This page took 0.029274 seconds and 4 git commands to generate.