diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xrdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xrdb.c b/src/xrdb.c index ad7155c106e..e3a1fcb15a9 100644 --- a/src/xrdb.c +++ b/src/xrdb.c | |||
| @@ -353,7 +353,7 @@ get_environ_db (void) | |||
| 353 | p = filename = xmalloc (strlen (home) + 1 + sizeof xdefaults | 353 | p = filename = xmalloc (strlen (home) + 1 + sizeof xdefaults |
| 354 | + 1 + SBYTES (system_name)); | 354 | + 1 + SBYTES (system_name)); |
| 355 | char *e = splice_dir_file (p, home, xdefaults); | 355 | char *e = splice_dir_file (p, home, xdefaults); |
| 356 | *e++ = '/'; | 356 | *e++ = '-'; |
| 357 | lispstpcpy (e, system_name); | 357 | lispstpcpy (e, system_name); |
| 358 | } | 358 | } |
| 359 | } | 359 | } |