unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Andreas Schwab <schwab@linux-m68k.org>
To: Adrian Robert <adrian.b.robert@gmail.com>
Cc: Emacs-Devel devel <emacs-devel@gnu.org>
Subject: Re: 64-bit compilation and printfs
Date: Mon, 12 Oct 2009 10:48:13 +0200	[thread overview]
Message-ID: <m33a5p6lrm.fsf@hase.home> (raw)
In-Reply-To: <4CE21A3C-B51B-45ED-B51B-86072D403E25@gmail.com> (Adrian Robert's message of "Sun, 11 Oct 2009 20:46:27 -0400")

Adrian Robert <adrian.b.robert@gmail.com> writes:

> Index: dbusbind.c
> ===================================================================
> RCS file: /sources/emacs/emacs/src/dbusbind.c,v
> retrieving revision 1.47
> diff -u -p -r1.47 dbusbind.c
> --- dbusbind.c	25 Aug 2009 10:31:22 -0000	1.47
> +++ dbusbind.c	12 Oct 2009 00:40:28 -0000
> @@ -1247,7 +1247,7 @@ usage: (dbus-method-return-internal BUS 
>    CHECK_STRING (service);
>    GCPRO3 (bus, serial, service);
>  
> -  XD_DEBUG_MESSAGE ("%d %s ", XUINT (serial), SDATA (service));
> +  XD_DEBUG_MESSAGE ("%lu %s ", (unsigned long)XUINT (serial), SDATA (service));

The cast should be followed by a space.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




  parent reply	other threads:[~2009-10-12  8:48 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-12  0:46 64-bit compilation and printfs Adrian Robert
2009-10-12  4:03 ` Eli Zaretskii
2009-10-12 14:44   ` Adrian Robert
2009-10-12  8:48 ` Andreas Schwab [this message]
2009-10-13 19:34 ` Stefan Monnier
2009-10-14 16:40 ` Dan Nicolaescu
2009-10-14 17:50   ` Adrian Robert
2009-10-14 18:17     ` Dan Nicolaescu

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=m33a5p6lrm.fsf@hase.home \
    --to=schwab@linux-m68k.org \
    --cc=adrian.b.robert@gmail.com \
    --cc=emacs-devel@gnu.org \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).