fixed compiler warning
authorVladimir Nadvornik <nadvornik@suse.cz>
Mon, 16 Feb 2009 22:48:30 +0000 (22:48 +0000)
committerVladimir Nadvornik <nadvornik@suse.cz>
Mon, 16 Feb 2009 22:48:30 +0000 (22:48 +0000)
src/remote.c

index 7d4a073..87d6223 100644 (file)
@@ -70,7 +70,7 @@ static gboolean remote_server_client_cb(GIOChannel *source, GIOCondition conditi
                GList *work;
                gchar *buffer = NULL;
                GError *error = NULL;
-               guint termpos;
+               gsize termpos;
 
                while ((status = g_io_channel_read_line(source, &buffer, NULL, &termpos, &error)) == G_IO_STATUS_NORMAL)
                        {