mirror of https://github.com/MidnightCommander/mc
(feed_subshell): change type of fail_on_error from int to gboolean.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
bdb81cd482
commit
e251c67ef7
|
@ -493,7 +493,7 @@ synchronize (void)
|
|||
/** Feed the subshell our keyboard input until it says it's finished */
|
||||
|
||||
static gboolean
|
||||
feed_subshell (int how, int fail_on_error)
|
||||
feed_subshell (int how, gboolean fail_on_error)
|
||||
{
|
||||
fd_set read_set; /* For 'select' */
|
||||
int bytes; /* For the return value from 'read' */
|
||||
|
|
Loading…
Reference in New Issue