1
0
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:
Roland McGrath
1996-03-28 21:00:28 +00:00
parent 7a1c652d58
commit c475b8f594
2 changed files with 5 additions and 0 deletions

View File

@@ -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);