all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Chong Yidong <cyd@gnu.org>
To: Samuel Bronson <naesten@gmail.com>
Cc: Peter_Dyballa@Freenet.DE, 7838@debbugs.gnu.org
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	[thread overview]
Message-ID: <87ehp5kpti.fsf@gnu.org> (raw)
In-Reply-To: <E8C9331C-FE52-4ADD-AA8A-52B3BD63952E@gmail.com> (Samuel Bronson's message of "Sun, 17 Jun 2012 22:58:21 -0400")

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.





      parent reply	other threads:[~2012-06-24  9:43 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-13 22:16 bug#7838: 24.0.50; warning in lib-src/emacsclient.c:1235 in Mac OS X Peter Dyballa
     [not found] ` <handler.7838.B.129495701012937.ack@debbugs.gnu.org>
2011-03-31 17:26   ` bug#7838: Acknowledgement (24.0.50; warning in lib-src/emacsclient.c:1235 in Mac OS X) Peter Dyballa
2012-06-18  2:58 ` bug#7838: 24.0.50; warning in lib-src/emacsclient.c:1235 in Mac OS X Samuel Bronson
2012-06-22 20:58   ` Peter Dyballa
2012-06-24  9:43   ` Chong Yidong [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ehp5kpti.fsf@gnu.org \
    --to=cyd@gnu.org \
    --cc=7838@debbugs.gnu.org \
    --cc=Peter_Dyballa@Freenet.DE \
    --cc=naesten@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.