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: Samuel Bronson
Subject: bug#7838: 24.0.50; warning in lib-src/emacsclient.c:1235 in Mac OS X
Date: Sun, 17 Jun 2012 22:58:21 -0400

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





reply via email to

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