diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1999-12-10 13:27:02 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1999-12-10 13:27:02 +0000 |
| commit | 6604897c7894ac3c76050f02b90e54084d23683a (patch) | |
| tree | 0aeb6a56e4489dd3cbf3f553e287f4c0bccdebb5 /usr.bin/comm/comm.c | |
| parent | 579f26f4a8648be75c7f8b4cbccae9df19210b47 (diff) | |
Notes
Diffstat (limited to 'usr.bin/comm/comm.c')
| -rw-r--r-- | usr.bin/comm/comm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/comm/comm.c b/usr.bin/comm/comm.c index 0a55c4695b89d..c1a23a0b58ed6 100644 --- a/usr.bin/comm/comm.c +++ b/usr.bin/comm/comm.c @@ -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); } |
