Fix bug that caused not all "right keys" to be compared in certain cases.

This commit is contained in:
Daniel Nichter
2012-05-14 19:05:32 -06:00
parent 7fc8a3e989
commit e932c89d9e
6 changed files with 94 additions and 4 deletions

View File

@@ -2664,7 +2664,7 @@ sub remove_prefix_duplicates {
}
else {
PTDEBUG && _d($right_name, 'not left-prefix of', $left_name);
next LEFT_KEY;
next RIGHT_KEY;
}
} # RIGHT_KEY
} # LEFT_KEY