Fix the maximum number of G_IO_IN-s without any data

They should have been 200, not 3.
This commit is contained in:
Dimitar Toshkov Zhekov 2017-04-16 18:06:55 +03:00
parent ce284096a9
commit 673a714645

View File

@ -98,7 +98,7 @@ static gboolean spawn_parse_argv(const gchar *command_line, gint *argcp, gchar *
#endif
#define G_IO_FAILURE (G_IO_ERR | G_IO_HUP | G_IO_NVAL) /* always used together */
#define MAX_EMPTY_GIO_INS 3
#define MAX_EMPTY_GIO_INS 200
/*