summaryrefslogtreecommitdiff
path: root/misc/deco/files/patch-af
blob: dc1b20e0308cc26f99cb5e0f48ed9cc6a8a658bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- rec.c.orig	Thu Aug 16 17:29:07 2001
+++ rec.c	Thu Aug 16 17:29:35 2001
@@ -61,7 +61,7 @@
 static char *scanbuf, *pbuf;
 static char *tfilename;
 static int eoln;
-static int MAXLEN = ((unsigned int) (int) -1 >> 1) / sizeof (struct index);
+static int MAXLEN = 32767;
 
 static int ffcopy (int from, int to)
 {