The revision before the previous one is partially wrong, back out the
bad parts.
This commit is contained in:
parent
e438227011
commit
82a3c0d0f5
1 changed files with 2 additions and 2 deletions
|
@ -253,8 +253,8 @@ static void
|
|||
insert(coord *table, int *len, coord x, coord y)
|
||||
{
|
||||
if (!check(table, len, x, y)) {
|
||||
table[*len++] = x;
|
||||
table[*len++] = y;
|
||||
table[(*len)++] = x;
|
||||
table[(*len)++] = y;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue