IMPROVES-i5 full fix on sequal_full()
This commit is contained in:
@@ -89,7 +89,8 @@ cmp11sht v20251221.0718 (C) 2025 by Ruben C. Benante (MIT Lic)\n\n"
|
||||
{
|
||||
if(opt==3) printf("cmp11sht: string\n");
|
||||
errno = 0;
|
||||
res = sequal_full(argv[1], argv[2], delta, &ratio, s1, s2);
|
||||
res = sequal_full(argv[1], argv[2], delta, &ratio,
|
||||
s1, LEVN_SBUFF, s2, LEVN_SBUFF);
|
||||
if(errno == EINVAL)
|
||||
res = 3; /* error → CLI exit 3 */
|
||||
else if(res > 0)
|
||||
|
||||
Reference in New Issue
Block a user