Re: [PATCH] current_mode already points to struct, memcmp takes its address incorrectly

2016-03-19 Thread Bryce Harrington
5=AE=87=29?= > > Date: Wed, 16 Mar 2016 11:57:06 + > Subject: [PATCH] current_mode already points to struct, memcmp takes its > address incorrectly > > https://bugs.freedesktop.org/show_bug.cgi?id=94562 > --- > src/compositor-drm.c | 2 +- > 1 file changed, 1

[PATCH] current_mode already points to struct, memcmp takes its address incorrectly

2016-03-19 Thread comic fans
already points to struct, memcmp takes its address incorrectly https://bugs.freedesktop.org/show_bug.cgi?id=94562 --- src/compositor-drm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compositor-drm.c b/src/compositor-drm.c index e01f6b9..621414c 100644 --- a/src/composit

Re: [PATCH] current_mode already points to struct, memcmp takes its address incorrectly

2016-03-18 Thread Pekka Paalanen
d98dbaf32c Mon Sep 17 00:00:00 2001 > > From: =?UTF-8?q?Wang=20Xin-yu=20=28=E7=8E=8B=E6=98=95=E5=AE=87=29?= > > > > Date: Wed, 16 Mar 2016 11:57:06 +0000 > > Subject: [PATCH] current_mode already points to struct, memcmp takes its > > address incorrectly > >