Patch by: fengzhichun <877821264@xxxxxx> https://bugs.freedesktop.org/show_bug.cgi?id=64698 --- common/gdi_canvas.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/gdi_canvas.c b/common/gdi_canvas.c index deb7649..3042031 100644 --- a/common/gdi_canvas.c +++ b/common/gdi_canvas.c @@ -319,7 +319,7 @@ static void set_path(GdiCanvas *canvas, SpicePath *s) unsigned int i; for (i = 0; i < s->num_segments; i++) { - SpicePathSeg* seg = s->segments[0]; + SpicePathSeg* seg = s->segments[i]; SpicePointFix* point = seg->points; SpicePointFix* end_point = point + seg->count; -- 1.9.3 _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/spice-devel