changeset 177:2133c475f5bd

fc-e1gen: MAX_FIELDS needed to be bumped for the optional bit0 field
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 25 Mar 2017 20:44:02 +0000
parents 2b38691076b9
children c8806a5d4a6a
files ringtools/fc-e1gen.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ringtools/fc-e1gen.c	Sat Mar 25 20:31:01 2017 +0000
+++ b/ringtools/fc-e1gen.c	Sat Mar 25 20:44:02 2017 +0000
@@ -11,7 +11,7 @@
 #include <string.h>
 #include <strings.h>
 
-#define	MAX_FIELDS	16
+#define	MAX_FIELDS	17
 
 char *infname, *outfname;
 FILE *inf, *outf;