emacs-devel
[Top][All Lists]
Advanced

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

Re: 64-bit compilation and printfs


From: Andreas Schwab
Subject: Re: 64-bit compilation and printfs
Date: Mon, 12 Oct 2009 10:48:13 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

Adrian Robert <address@hidden> 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, address@hidden
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




reply via email to

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