Chopping an always FALSE parameter.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5518 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
Benno Schulenberg
2015-12-31 17:20:46 +00:00
parent 8f0262f51e
commit 1592ca0585
6 changed files with 15 additions and 18 deletions

View File

@@ -1207,7 +1207,7 @@ void do_insertfile(
!execute &&
#endif
check_poshistory(answer, &savedposline, &savedposcol))
do_gotolinecolumn(savedposline, savedposcol, FALSE, FALSE, FALSE, FALSE);
do_gotolinecolumn(savedposline, savedposcol, FALSE, FALSE, FALSE);
} else
#endif /* !DISABLE_MULTIBUFFER && !DISABLE_HISTORIES */
{