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:
8ed4abe
)
Removed test print statement.
author
Peter Verthez
<Peter.Verthez@advalvas.be>
Thu, 16 Jan 2003 20:04:18 +0000
(20:04 +0000)
committer
Peter Verthez
<Peter.Verthez@advalvas.be>
Thu, 16 Jan 2003 20:04:18 +0000
(20:04 +0000)
t/src/standalone.c
patch
|
blob
|
history
diff --git
a/t/src/standalone.c
b/t/src/standalone.c
index 4c4cd1f75fac6cb71fc77434ed51611b88a23c0b..76d8f14bd8d4797e081a7da322018fd79ebd02f3 100644
(file)
--- a/
t/src/standalone.c
+++ b/
t/src/standalone.c
@@
-78,7
+78,6
@@
Gedcom_ctxt family_start(Gedcom_rec rec, int level, Gedcom_val xref, char *tag,
struct xref_value *xr = GEDCOM_XREF_PTR(xref);
output(1, "Family start, xref is %s\n", xr->string);
if (family_nr < MAXFAMILY) {
- printf("%d\n", family_nr);
strcpy(family_xreftags[family_nr], xr->string);
}
xr->object = (Gedcom_ctxt)int_to_void_ptr(family_nr);