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: Peter Dyballa
Subject: bug#7838: 24.0.50; warning in lib-src/emacsclient.c:1235 in Mac OS X
Date: Fri, 22 Jun 2012 22:58:35 +0200

Am 18.06.2012 um 04:58 schrieb Samuel Bronson:

> 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


It indeed works!

--
Greetings

 Pete

Atheism is a non prophet organisation.






reply via email to

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