fix bad copy-paste rightComparisonLimit (#7547)

DESCRIPTION: change for #7543
pull/7555/head
sminux 2024-03-05 10:49:35 +03:00 committed by EmelSimsek
parent fb3a5b8672
commit 55452c4f2e
No known key found for this signature in database
GPG Key ID: EB13DFB77C32D7D8
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 */