projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c986c4f
)
Trivial change.
author
markus schnalke
<meillo@marmaro.de>
Tue, 27 Mar 2012 13:40:17 +0000
(15:40 +0200)
committer
markus schnalke
<meillo@marmaro.de>
Tue, 27 Mar 2012 13:40:17 +0000
(15:40 +0200)
uip/whatnow.c
patch
|
blob
|
history
diff --git
a/uip/whatnow.c
b/uip/whatnow.c
index
75d9a9b
..
d0b0f93
100644
(file)
--- 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) {