[Spice-devel] [PATCH spice-gtk 1/5] test-session: Fix signed compare
Victor Toso
lists at victortoso.com
Tue May 31 10:06:40 UTC 2016
Hi,
On Fri, May 20, 2016 at 02:50:56PM +0200, Pavel Grunt wrote:
> The varible is compared with G_N_ELEMENTS which returns unsigned value
Sure, Acked-by: Victor Toso <victortoso at redhat.com>
> ---
> tests/session.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/session.c b/tests/session.c
> index d065b60..00076f2 100644
> --- a/tests/session.c
> +++ b/tests/session.c
> @@ -3,7 +3,7 @@
> static void test_session_uri(void)
> {
> SpiceSession *s;
> - gint i;
> + guint i;
>
> struct {
> gchar *port;
> --
> 2.8.2
>
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/spice-devel
More information about the Spice-devel
mailing list