mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-09 16:01:19 +01:00
fix fatal typo
This commit is contained in:
parent
af3a75ec0d
commit
579f26f4a8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=54401
@ -275,5 +275,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