Re: [Spice-devel] [spice-gtk v2] Avoid to access array with negative numbers

2016-03-23 Thread Pavel Grunt
On Wed, 2016-03-23 at 15:40 +, Frediano Ziglio wrote: Acked-by: Pavel Grunt > --- >  src/spice-widget.c | 2 +- >  1 file changed, 1 insertion(+), 1 deletion(-) > > Changes from v1: > - make parameter guint as GdkEventButton::button is guint. > > diff --git a/src/spice-widget.c b/src/spice-

[Spice-devel] [spice-gtk v2] Avoid to access array with negative numbers

2016-03-23 Thread Frediano Ziglio
--- src/spice-widget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Changes from v1: - make parameter guint as GdkEventButton::button is guint. diff --git a/src/spice-widget.c b/src/spice-widget.c index 19753e7..b1a9423 100644 --- a/src/spice-widget.c +++ b/src/spice-widget.c @@ -1539,7