mirror of
git://git.sv.gnu.org/nano.git
synced 2025-01-06 17:42:06 +03:00
tweaks: avoid a maybe-uninitialized-variable warning from gcc
This commit is contained in:
parent
c8a87b4d2a
commit
65da6341ba
@ -2133,8 +2133,9 @@ void treat(char *tempfile_name, char *theprogram, bool spelling)
|
||||
block_sigwinch(TRUE);
|
||||
wait(&program_status);
|
||||
block_sigwinch(FALSE);
|
||||
} else
|
||||
errornumber = errno;
|
||||
}
|
||||
|
||||
errornumber = errno;
|
||||
|
||||
/* Restore the terminal state and reenter curses mode. */
|
||||
terminal_init();
|
||||
|
Loading…
Reference in New Issue
Block a user