]> Git Repo - binutils.git/blobdiff - binutils/strings.c
Update.
[binutils.git] / binutils / strings.c
index 5cf573a123b175be2c026deff507299dfb3a0cc8..20fa6c8a9349a5e428b401ddfd0dfabb42802317 100644 (file)
@@ -122,6 +122,10 @@ main (argc, argv)
   int exit_status = 0;
   boolean files_given = false;
 
+  setlocale (LC_MESSAGES, "");
+  bindtextdomain (PACKAGE, LOCALEDIR);
+  textdomain (PACKAGE);
+
   program_name = argv[0];
   xmalloc_set_program_name (program_name);
   string_min = -1;
This page took 0.024431 seconds and 4 git commands to generate.