fix bad copy-paste rightComparisonLimit (#7547)

DESCRIPTION: change for #7543
(cherry picked from commit d59c93bc50)
pull/7583/head
sminux 2024-03-05 10:49:35 +03:00 committed by Jelte Fennema-Nio
parent 360bb3e4ea
commit 6ac3795966
1 changed files with 1 additions and 1 deletions

View File

@ -2946,7 +2946,7 @@ MajorVersionsCompatibleColumnar(char *leftVersion, char *rightVersion)
}
else
{
rightComparisionLimit = strlen(leftVersion);
rightComparisionLimit = strlen(rightVersion);
}
/* we can error out early if hypens are not in the same position */