[Github-comments] [geany/geany] Spawn tests incorrect value? (#1256)
elextr
notifications at xxxxx
Thu Oct 6 00:19:20 UTC 2016
In `spawn.c` [here](https://github.com/geany/geany/blob/master/src/spawn.c#L1158) condition is tested against `G_IO_FAILURE` but [this](https://developer.gnome.org/glib/stable/glib-IO-Channels.html#GIOCondition) does not list that as one of the values.
Instead I believe the return from the `g_io_channel_write_chars()` should be checked or the `error` used if more precision is needed.
Thoughts?
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1256
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20161005/b409f343/attachment.html>
More information about the Github-comments
mailing list