summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
66bf17b)
are NULL. This can happen if you call "mime" and then run "edit" without
any arguments, if you're running whatnow standalone.
int slinked = 0;
/* Was there a previous edit session? */
int slinked = 0;
/* Was there a previous edit session? */
+ if (reedit && (*ed || edsave)) {
if (!*ed) { /* no explicit editor */
*ed = edsave; /* so use the previous one */
if ((cp = r1bindex (*ed, '/')) == NULL)
if (!*ed) { /* no explicit editor */
*ed = edsave; /* so use the previous one */
if ((cp = r1bindex (*ed, '/')) == NULL)