projects
/
kopensolaris-gnu
/
glibc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
(parse_param): Use _ not gettext.
[kopensolaris-gnu/glibc.git]
/
sysdeps
/
generic
/
wordexp.c
diff --git
a/sysdeps/generic/wordexp.c
b/sysdeps/generic/wordexp.c
index
1804d2c
..
75a1d26
100644
(file)
--- a/
sysdeps/generic/wordexp.c
+++ b/
sysdeps/generic/wordexp.c
@@
-1798,7
+1798,7
@@
envsubst:
const char *str = pattern;
if (str[0] == '\0')
- str =
gettext
("parameter null or not set");
+ str =
_
("parameter null or not set");
#ifdef USE_IN_LIBIO
if (_IO_fwide (stderr, 0) > 0)