From: Ralph Campbell Date: Sat, 22 Jan 1983 05:47:00 +0000 (-0800) Subject: fixed ']' code in fold array. X-Git-Tag: BSD-4_1c_2-Snapshot-Development~842 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/97be3be5160fd0de9770be13408c2c82667a3487 fixed ']' code in fold array. SCCS-vsn: usr.bin/sort/sort.c 4.4 --- diff --git a/usr/src/usr.bin/sort/sort.c b/usr/src/usr.bin/sort/sort.c index 5b479f8e2b..17ea7ea030 100644 --- a/usr/src/usr.bin/sort/sort.c +++ b/usr/src/usr.bin/sort/sort.c @@ -1,4 +1,4 @@ -static char *sccsid = "@(#)sort.c 4.3 (Berkeley) %G%"; +static char *sccsid = "@(#)sort.c 4.4 (Berkeley) %G%"; #include #include #include @@ -69,7 +69,7 @@ char fold[256] = { 0100,0101,0102,0103,0104,0105,0106,0107, 0110,0111,0112,0113,0114,0115,0116,0117, 0120,0121,0122,0123,0124,0125,0126,0127, - 0130,0131,0132,0133,0134,0134,0136,0137, + 0130,0131,0132,0133,0134,0135,0136,0137, 0140,0101,0102,0103,0104,0105,0106,0107, 0110,0111,0112,0113,0114,0115,0116,0117, 0120,0121,0122,0123,0124,0125,0126,0127,