]> git.sur5r.net Git - i3/i3/commit
i3bar: Fix warnings with libyajl1 (Thanks prg)
authorMichael Stapelberg <michael@stapelberg.de>
Mon, 16 Jul 2012 17:23:37 +0000 (19:23 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Mon, 16 Jul 2012 17:23:37 +0000 (19:23 +0200)
commit8f2e225db9c7f18844fec2124546468c6df486d0
treeb6583a2136e9fd8b858d4ad84c4cc7c7fd9f4fe5
parentf989467184dcdf7abd60d3a3355fa26b9aa5c773
i3bar: Fix warnings with libyajl1 (Thanks prg)

yajl1 has the status yajl_status_insufficient_data, which in our stream
parsing context basically means "ok". Therefore, in yajl1, we no longer
print an error in this case.
i3bar/src/child.c