mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 10:27:41 +00:00
Fix search for ~/.Xdefaults-HOSTNAME (again)
* src/xrdb.c (get_environ_db): Fix typo when handling ~/.Xdefaults-HOSTNAME.
This commit is contained in:
parent
e1e1bd8f85
commit
4b118bdca1
1 changed files with 1 additions and 1 deletions
|
|
@ -353,7 +353,7 @@ get_environ_db (void)
|
|||
p = filename = xmalloc (strlen (home) + 1 + sizeof xdefaults
|
||||
+ 1 + SBYTES (system_name));
|
||||
char *e = splice_dir_file (p, home, xdefaults);
|
||||
*e++ = '/';
|
||||
*e++ = '-';
|
||||
lispstpcpy (e, system_name);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue