bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#7838: 24.0.50; warning in lib-src/emacsclient.c:1235 in Mac OS X


From: Chong Yidong
Subject: bug#7838: 24.0.50; warning in lib-src/emacsclient.c:1235 in Mac OS X
Date: Sun, 24 Jun 2012 17:43:37 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux)

Samuel Bronson <naesten@gmail.com> writes:

> The fix is simple:
>
> === modified file 'lib-src/emacsclient.c'
> --- lib-src/emacsclient.c     2012-05-05 04:32:58 +0000
> +++ lib-src/emacsclient.c     2012-06-17 18:00:58 +0000
> @@ -1278,7 +1278,7 @@
>              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

Thanks, committed.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]