From 9dfb38d4fe31e516dba4de3c0ea5b9d98a19cd1b Mon Sep 17 00:00:00 2001 From: wollman Date: Mon, 8 Feb 1999 16:52:42 +0000 Subject: Fix mismerged error message. Submitted by: charnier --- usr.sbin/zic/zic.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'usr.sbin/zic') diff --git a/usr.sbin/zic/zic.c b/usr.sbin/zic/zic.c index c8f503b..a008e24 100644 --- a/usr.sbin/zic/zic.c +++ b/usr.sbin/zic/zic.c @@ -6,7 +6,7 @@ static char elsieid[] = "@(#)zic.c 7.96"; #ifndef lint static const char rcsid[] = - "$Id: zic.c,v 1.8 1999/01/21 17:46:19 wollman Exp $"; + "$Id: zic.c,v 1.9 1999/01/21 21:09:56 wollman Exp $"; #endif /* not lint */ #include "private.h" @@ -615,8 +615,7 @@ warning(_("hard link failed, symbolic link used")); } #endif if (result != 0) { - err(EXIT_FAILURE, - _("%s: Can't link from %s to %s"), + err(EXIT_FAILURE, _("can't link from %s to %s"), fromname, toname); } } -- cgit v1.1