mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-12 09:58:36 +00:00
fix the same typo as in uniq
This commit is contained in:
parent
579f26f4a8
commit
6604897c78
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=54403
@ -215,5 +215,5 @@ stricoll(s1, s2)
|
||||
for (p = line2; *s2; s2++)
|
||||
*p++ = tolower((unsigned char)*s2);
|
||||
*p = '\0';
|
||||
return strcoll(s1, s2);
|
||||
return strcoll(line1, line2);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user