[tz] [PROPOSED PATCH] * zic.c (dolink): Fix typo (missing newline) in diagnostic.

Paul Eggert eggert at cs.ucla.edu
Sun Sep 4 08:11:31 UTC 2016


---
 zic.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zic.c b/zic.c
index 9c696c6..b8bd0a6 100644
--- a/zic.c
+++ b/zic.c
@@ -772,7 +772,7 @@ dolink(char const *fromfield, char const *tofield)
 	fromisdir = itsdir(fromname);
 	if (fromisdir) {
 		char const *e = strerror(fromisdir < 0 ? errno : EPERM);
-		fprintf(stderr, _("%s: link from %s failed: %s"),
+		fprintf(stderr, _("%s: link from %s failed: %s\n"),
 			progname, fromname, e);
 		exit(EXIT_FAILURE);
 	}
-- 
2.7.4



More information about the tz mailing list