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:
aa8ecad
)
Added missing space.
author
Peter Verthez
<Peter.Verthez@advalvas.be>
Mon, 30 Dec 2002 10:51:03 +0000
(10:51 +0000)
committer
Peter Verthez
<Peter.Verthez@advalvas.be>
Mon, 30 Dec 2002 10:51:03 +0000
(10:51 +0000)
gedcom/write.c
patch
|
blob
|
history
diff --git
a/gedcom/write.c
b/gedcom/write.c
index 644c5a1b0d4f23db8ae6b74f39e82b3f22c40015..f0b1529ca8ca9271d107dbf1cc69aa98bca241c6 100644
(file)
--- a/
gedcom/write.c
+++ b/
gedcom/write.c
@@
-311,7
+311,7
@@
char* get_tag_string(int elt_or_rec, int tag)
}
}
else {
- gedcom_error(_("The element or record type '%s' requires a specific tag"
+ gedcom_error(_("The element or record type '%s' requires a specific tag
"
"for writing"),
tag_data[elt_or_rec].elt_name);
return NULL;