Commit ac0361df authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

in do_writeout(), remove unneeded setting of currshortcut

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3297 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent 68160072
Showing with 2 additions and 2 deletions
+2 -2
......@@ -37,6 +37,8 @@ CVS code -
mbstrchr()
- Make parameter c const. (DLR)
- files.c:
do_writeout()
- Remove unneeded setting of currshortcut. (DLR)
is_dir()
- Rename parameter ret to retval, for consistency. (DLR)
- global.c:
......
......@@ -1782,8 +1782,6 @@ int do_writeout(bool exiting)
if (i == NANO_TOFILES_KEY) {
char *tmp = do_browse_from(answer);
currshortcut = writefile_list;
if (tmp == NULL)
continue;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment