From d374e7bf1ab5784eba5501287b62e9b89674d4e0 Mon Sep 17 00:00:00 2001 From: Michael Tryby Date: Fri, 15 Jun 2018 10:41:52 -0400 Subject: [PATCH] Changing MAXFNAME from 260 back to 259 --- src/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types.h b/src/types.h index 927eac9..a3aa962 100755 --- a/src/types.h +++ b/src/types.h @@ -49,7 +49,7 @@ typedef int INT4; #define MAXID 31 /* Max. # characters in ID name */ #define MAXMSG 79 /* Max. # characters in message text */ #define MAXLINE 255 /* Max. # characters read from input line */ -#define MAXFNAME 260 /* Max. # characters in file name */ +#define MAXFNAME 259 /* Max. # characters in file name */ #define MAXTOKS 40 /* Max. items per line of input */ #define TZERO 1.E-4 /* Zero time tolerance */ #define TRUE 1