1
0
Fork 0

try to fix faces that come after (currently) unfixable faces

This commit is contained in:
mfranz 2005-11-11 17:41:31 +00:00
parent 3e218ddb1c
commit 0df186e62f

View file

@ -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;
}