fixed ']' code in fold array.
authorRalph Campbell <ralph@ucbvax.Berkeley.EDU>
Sat, 22 Jan 1983 05:47:00 +0000 (21:47 -0800)
committerRalph Campbell <ralph@ucbvax.Berkeley.EDU>
Sat, 22 Jan 1983 05:47:00 +0000 (21:47 -0800)
SCCS-vsn: usr.bin/sort/sort.c 4.4

usr/src/usr.bin/sort/sort.c

index 5b479f8..17ea7ea 100644 (file)
@@ -1,4 +1,4 @@
-static char *sccsid = "@(#)sort.c      4.3 (Berkeley) %G%";
+static char *sccsid = "@(#)sort.c      4.4 (Berkeley) %G%";
 #include <stdio.h>
 #include <ctype.h>
 #include <signal.h>
 #include <stdio.h>
 #include <ctype.h>
 #include <signal.h>
@@ -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,
        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,
        0140,0101,0102,0103,0104,0105,0106,0107,
        0110,0111,0112,0113,0114,0115,0116,0117,
        0120,0121,0122,0123,0124,0125,0126,0127,