[PROPOSED PATCH] * zic.c (dolink): Fix typo (missing newline) in diagnostic.
Sept. 4, 2016
1:11 a.m.
--- 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
3359
Age (days ago)
3359
Last active (days ago)
0 comments
1 participants
participants (1)
-
Paul Eggert