aboutsummaryrefslogtreecommitdiff
path: root/lang/nawk/files/patch-lib.c
blob: e29449c4ef8dafc3608f07872d4b538d48e57cad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- lib.c.orig	Tue Jul  3 15:00:23 2007
+++ lib.c	Tue Jul  3 15:00:28 2007
@@ -40,7 +40,7 @@
 int	fieldssize = RECSIZE;
 
 Cell	**fldtab;	/* pointers to Cells */
-char	inputFS[10] = " ";
+char	inputFS[100] = " ";
 
 #define	MAXFLD	2
 int	nfields	= MAXFLD;	/* last allocated slot for $i */