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:
adea338
)
Don't return 0 for context.
author
Peter Verthez
<Peter.Verthez@advalvas.be>
Thu, 3 Jan 2002 11:55:43 +0000
(11:55 +0000)
committer
Peter Verthez
<Peter.Verthez@advalvas.be>
Thu, 3 Jan 2002 11:55:43 +0000
(11:55 +0000)
standalone.c
patch
|
blob
|
history
diff --git
a/standalone.c
b/standalone.c
index 9f435f511acbc6506ba60747146544a2ecc50889..f5d782b5236eb71547b9173f3f6e0d03dde3432f 100644
(file)
--- a/
standalone.c
+++ b/
standalone.c
@@
-64,7
+64,7
@@
Gedcom_ctxt header_start(int level, Gedcom_val xref, char *tag,
Gedcom_val parsed_value)
{
output(1, "Header start\n");
- return (Gedcom_ctxt)
0
;
+ return (Gedcom_ctxt)
1
;
}
void header_end(Gedcom_ctxt self)
@@
-73,7
+73,7
@@
void header_end(Gedcom_ctxt self)
}
char family_xreftags[100][255];
-int family_nr =
0
;
+int family_nr =
1
;
Gedcom_ctxt family_start(int level, Gedcom_val xref, char *tag,
char *raw_value, int tag_value,