dlugolecki.net.pl
Dziennik
Polecane
Software
projects
/
gedcom-parse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71b6429
)
Some adjustments in the maximum length constants.
author
Peter Verthez
<Peter.Verthez@advalvas.be>
Sun, 2 Dec 2001 09:25:31 +0000
(09:25 +0000)
committer
Peter Verthez
<Peter.Verthez@advalvas.be>
Sun, 2 Dec 2001 09:25:31 +0000
(09:25 +0000)
gedcom.h
patch
|
blob
|
history
diff --git
a/gedcom.h
b/gedcom.h
index 450ecdf985887a15b9bda5627b80a85e1d2621a2..487a918ab09f16298e5b70f500f049460a2fb763 100644
(file)
--- a/
gedcom.h
+++ b/
gedcom.h
@@
-18,10
+18,11
@@
#include <string.h>
#include <errno.h>
-#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 */