Avoiding two more compilation warnings.
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4715 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
@@ -1198,10 +1198,10 @@ void do_insertfile(
|
||||
if (ISSET(MULTIBUFFER)) {
|
||||
/* Update the screen to account for the current
|
||||
* buffer. */
|
||||
ssize_t savedposline, savedposcol;
|
||||
|
||||
display_buffer();
|
||||
|
||||
#ifndef NANO_TINY
|
||||
ssize_t savedposline, savedposcol;
|
||||
if (!execute && ISSET(POS_HISTORY)
|
||||
&& check_poshistory(answer, &savedposline, &savedposcol))
|
||||
do_gotolinecolumn(savedposline, savedposcol, FALSE, FALSE, FALSE, FALSE);
|
||||
|
||||
Reference in New Issue
Block a user