Re: [PATCH weston] clients: Use ARRAY_LENGTH macro in weston-simple-im

2016-08-31 Thread Quentin Glidic
On 31/08/2016 03:51, Yong Bakos wrote: On Aug 30, 2016, at 6:38 PM, Bryce Harrington wrote: Signed-off-by: Bryce Harrington This is exactly what the macro expresses, so this is Reviewed-by: Yong Bakos Thanks, pushed: b0e4abd..c6ae812 master -> master Cheers, --- clients/weston-si

Re: [PATCH weston] clients: Use ARRAY_LENGTH macro in weston-simple-im

2016-08-30 Thread Yong Bakos
On Aug 30, 2016, at 6:38 PM, Bryce Harrington wrote: > > Signed-off-by: Bryce Harrington This is exactly what the macro expresses, so this is Reviewed-by: Yong Bakos yong > --- > clients/weston-simple-im.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/clien

[PATCH weston] clients: Use ARRAY_LENGTH macro in weston-simple-im

2016-08-30 Thread Bryce Harrington
Signed-off-by: Bryce Harrington --- clients/weston-simple-im.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/clients/weston-simple-im.c b/clients/weston-simple-im.c index 2d23930..1663d84 100644 --- a/clients/weston-simple-im.c +++ b/clients/weston-simple-im.c @@ -30,1