mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-12 22:40:46 -08:00
(Fuser_full_name): Use build_string instead of make_string.
This commit is contained in:
parent
a8958813c2
commit
c9ac7fca83
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/* Lisp functions pertaining to editing.
|
||||
Copyright (C) 1985,86,87,89,93,94,95 Free Software Foundation, Inc.
|
||||
Copyright (C) 1985,86,87,89,93,94,95,96 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Emacs.
|
||||
|
||||
|
|
@ -585,7 +585,7 @@ name, or \"unknown\" if no such user could be found.")
|
|||
error ("Invalid UID specification");
|
||||
|
||||
if (!pw)
|
||||
return make_string ("unknown");
|
||||
return build_string ("unknown");
|
||||
|
||||
p = (unsigned char *) USER_FULL_NAME;
|
||||
/* Chop off everything after the first comma. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue