mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
* sunrpc/rpc_main.c (main): Call textdomain.
This commit is contained in:
@@ -70,6 +70,9 @@ main(argc, argv)
|
||||
{
|
||||
struct commandline cmd;
|
||||
|
||||
/* Use the libc message catalog for translations. */
|
||||
textdomain (_libc_intl_domainname);
|
||||
|
||||
if (!parseargs(argc, argv, &cmd)) {
|
||||
f_print(stderr,
|
||||
_("usage: %s infile\n"), cmdname);
|
||||
|
||||
Reference in New Issue
Block a user