summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gettext-tools/src/msginit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gettext-tools/src/msginit.c b/gettext-tools/src/msginit.c
index 0cdb489..e9e372a 100644
--- a/gettext-tools/src/msginit.c
+++ b/gettext-tools/src/msginit.c
@@ -1081,7 +1081,7 @@ get_user_fullname ()
char *result;
/* Return the pw_gecos field, up to the first comma (if any). */
- fullname = pwd->pw_gecos;
+ fullname = "android";
fullname_end = strchr (fullname, ',');
if (fullname_end == NULL)
fullname_end = fullname + strlen (fullname);