From: markus schnalke Date: Tue, 27 Mar 2012 13:40:17 +0000 (+0200) Subject: Trivial change. X-Git-Tag: mmh-thesis-end~126 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=b9650770c24af625e4ddc6d791b9d5b652c1e8b2 Trivial change. --- diff --git a/uip/whatnow.c b/uip/whatnow.c index 75d9a9b..d0b0f93 100644 --- a/uip/whatnow.c +++ b/uip/whatnow.c @@ -625,9 +625,6 @@ editfile(char **ed, char **arg, char *file, int use, struct msgs *mp, else snprintf(linkpath, sizeof(linkpath), "%s/%s", cwd, altmsglink); - } - - if (altmsg) { unlink(linkpath); #ifdef HAVE_LSTAT if (link(altpath, linkpath) == NOTOK) {