Fix the maximum number of G_IO_IN-s without any data
They should have been 200, not 3.
This commit is contained in:
parent
ce284096a9
commit
673a714645
@ -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
|
||||
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user