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:
8c7d655
)
Removed superfluous newline.
author
Peter Verthez
<Peter.Verthez@advalvas.be>
Mon, 30 Dec 2002 10:45:08 +0000
(10:45 +0000)
committer
Peter Verthez
<Peter.Verthez@advalvas.be>
Mon, 30 Dec 2002 10:45:08 +0000
(10:45 +0000)
gedcom/write.c
patch
|
blob
|
history
diff --git
a/gedcom/write.c
b/gedcom/write.c
index f096c88b88f5ba4dd3ae5060f7cf9547438365b0..644c5a1b0d4f23db8ae6b74f39e82b3f22c40015 100644
(file)
--- a/
gedcom/write.c
+++ b/
gedcom/write.c
@@
-155,7
+155,7
@@
int write_long(Gedcom_write_hndl hndl, int elt_or_rec,
int cont_supported = supports_continuation(elt_or_rec, OPT_CONT);
int cont_as_conc = supports_continuation(elt_or_rec, OPT_CONT_AS_CONC);
if (nl_pos && !cont_supported) {
- gedcom_error (_("The tag %s doesn't support newlines
\n
"), tag);
+ gedcom_error (_("The tag %s doesn't support newlines"), tag);
return 1;
}
else {