Commit c08d0308 authored by Mike Gabriel's avatar Mike Gabriel

Xserver/mi/miarc.c: Initialize dashRemaining with 0 before using it.

parent a8fd16ce
......@@ -1920,7 +1920,7 @@ miComputeArcs (
int arcsJoin;
int selfJoin;
int iDash = 0, dashRemaining;
int iDash = 0, dashRemaining = 0;
int iDashStart = 0, dashRemainingStart = 0, iphaseStart;
int startAngle, spanAngle, endAngle, backwards = 0;
int prevDashAngle, dashAngle;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment