Skip to content

Commit 6b4aefd

Browse files
committed
Silence a (warranted) GNU g++ 5.4 warning.
1 parent 3364e8f commit 6b4aefd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/backend/shape/bezier.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2107,7 +2107,7 @@ ObjectPtr BicubicPatch::Copy()
21072107
/* copy the mapping */
21082108
for (m = 0; m < 4; m++)
21092109
{
2110-
for (h = 0; h < 3; h++)
2110+
for (h = 0; h < 2; h++)
21112111
{
21122112
New->ST[m][h] = ST[m][h];
21132113
}

0 commit comments

Comments
 (0)