Просмотр исходного кода

(feed_subshell): change type of fail_on_error from int to gboolean.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
Andrew Borodin 8 лет назад
Родитель
Сommit
e251c67ef7
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/subshell/common.c

+ 1 - 1
src/subshell/common.c

@@ -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' */