fix bad copy-paste rightComparisonLimit (#7547)

DESCRIPTION: change for #7543
pull/7548/head
sminux 2024-03-05 10:49:35 +03:00 committed by GitHub
parent 51009d0191
commit d59c93bc50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 */