summaryrefslogtreecommitdiff
path: root/www/elinks/files/patch-aa
blob: 7170c081e5281951886aacc7229f443a1c85ccce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- default.c.orig	Thu Jun 22 10:37:36 2000
+++ default.c	Tue Sep  5 09:34:12 2000
@@ -538,7 +538,7 @@
 	}
 	mem_free(w);
 	if (!(w = get_word(&c))) goto err;
-	if (strlen(w) != 1 || w[0] < '0' || w[0] > '2') goto err_f;
+	if (strlen(w) != 1 || w[0] < '0' || w[0] > '3') goto err_f;
 	ts->mode = w[0] - '0';
 	mem_free(w);
 	if (!(w = get_word(&c))) goto err;