X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=sidebyside;f=uip%2Fwhatnow.c;h=d0b0f93abf190be4eb4d9d2d8255e59d3f78c73b;hb=b9650770c24af625e4ddc6d791b9d5b652c1e8b2;hp=75d9a9b62d7c61e69bebb356341f27ccc2e38184;hpb=c986c4f537fa8adc7d84f338976613ac4475bea3;p=mmh 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) {