From: Peter Verthez Date: Sun, 2 Dec 2001 09:25:31 +0000 (+0000) Subject: Some adjustments in the maximum length constants. X-Git-Url: https://git.dlugolecki.net.pl/?a=commitdiff_plain;h=af22f84dae15caee4e2c6eec8c9e31544f52bf10;p=gedcom-parse.git Some adjustments in the maximum length constants. --- diff --git a/gedcom.h b/gedcom.h index 450ecdf..487a918 100644 --- a/gedcom.h +++ b/gedcom.h @@ -18,10 +18,11 @@ #include #include -#define MAXGEDCLEVEL 99 -#define MAXGEDCLINELEN 256 -#define MAXGEDCTAGLEN 31 -#define MAXSTDTAGLENGTH 4 +#define MAXGEDCLEVEL 99 +#define MAXGEDCLINELEN 255 +#define MAXGEDCTAGLEN 31 +#define MAXSTDTAGLEN 4 +#define MAXGEDCPTRLEN 22 #define GEDCOMTAGOFFSET 257 /* Error handling mechanisms */