mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
* emacsclient.c (set_local_socket): Fix a compiler warning.
Fixes: debbugs:7838
This commit is contained in:
parent
6d41a41d81
commit
dd1ff7c09a
2 changed files with 5 additions and 1 deletions
|
|
@ -1278,7 +1278,7 @@ set_local_socket (const char *local_socket_name)
|
|||
if (n > 0)
|
||||
{
|
||||
tmpdir = tmpdir_storage = xmalloc (n);
|
||||
confstr (_CS_DARWIN_USER_TEMP_DIR, tmpdir, n);
|
||||
confstr (_CS_DARWIN_USER_TEMP_DIR, tmpdir_storage, n);
|
||||
}
|
||||
else
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue