try to fix faces that come after (currently) unfixable faces
This commit is contained in:
parent
3e218ddb1c
commit
0df186e62f
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ while (<>) {
|
|||
if ($n < 3 or $n > 4) {
|
||||
report("?") if $VERBOSE;
|
||||
unless ($NOOP) {
|
||||
print scalar(<>) foreach (0 .. $n);
|
||||
print scalar(<>) foreach (1 .. $n);
|
||||
}
|
||||
next;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue