Re: [Spice-devel] [PATCH spice-server v3 02/32] red-replay-qxl: Use PRIxPTR constant for string formatting

2019-01-30 Thread Frediano Ziglio
> On 1/7/19 8:01 PM, Frediano Ziglio wrote: > > These constants are meant to be used in format string for pointers > > types. Use them for portability. > > > > Signed-off-by: Frediano Ziglio > > --- > > server/red-replay-qxl.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > >

Re: [Spice-devel] [PATCH spice-server v3 02/32] red-replay-qxl: Use PRIxPTR constant for string formatting

2019-01-08 Thread Christophe Fergeau
Acked-by: Christophe Fergeau On Mon, Jan 07, 2019 at 06:01:45PM +, Frediano Ziglio wrote: > These constants are meant to be used in format string for pointers > types. Use them for portability. > > Signed-off-by: Frediano Ziglio > --- > server/red-replay-qxl.c | 2 +- > 1 file changed, 1

[Spice-devel] [PATCH spice-server v3 02/32] red-replay-qxl: Use PRIxPTR constant for string formatting

2019-01-07 Thread Frediano Ziglio
These constants are meant to be used in format string for pointers types. Use them for portability. Signed-off-by: Frediano Ziglio --- server/red-replay-qxl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/red-replay-qxl.c b/server/red-replay-qxl.c index