[geany/geany] 673a71: Fix the maximum number of G_IO_IN-s without any data
Dimitar Toshkov Zhekov
git-noreply at xxxxx
Sat Mar 10 00:56:09 UTC 2018
Branch: refs/heads/master
Author: Dimitar Toshkov Zhekov <dimitar.zhekov at gmail.com>
Committer: Dimitar Toshkov Zhekov <dimitar.zhekov at gmail.com>
Date: Sun, 16 Apr 2017 15:06:55 UTC
Commit: 673a71464565cf4f92154b31e90cca265bae29b0
https://github.com/geany/geany/commit/673a71464565cf4f92154b31e90cca265bae29b0
Log Message:
-----------
Fix the maximum number of G_IO_IN-s without any data
They should have been 200, not 3.
Modified Paths:
--------------
src/spawn.c
Modified: src/spawn.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -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
/*
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list