Kaydet (Commit) 8ea041fe authored tarafından Stephan Bergmann's avatar Stephan Bergmann Kaydeden (comit) Fridrich Štrba

Use the right control variable for index access

Change-Id: Ic0b9f7bc62cbce52c7f870ba77d5463fd759566f
üst 52a2f1d5
......@@ -428,7 +428,7 @@ void EnhWMFReader::ReadAndDrawPolyPolygon()
{
T nX(0), nY(0);
*pWMF >> nX >> nY;
pPtAry[ i ] = Point( nX, nY );
pPtAry[ j ] = Point( nX, nY );
++nReadPoints;
}
......
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