Handle 0x0d0a EOLs in spawn_dbus_daemon()
authorРуслан Ижбулатов <lrn1986@gmail.com>
Sat, 8 Mar 2014 04:18:43 +0000 (04:18 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 30 Apr 2014 18:42:22 +0000 (19:42 +0100)
commit28812c885f0b75fa9b2f6094534b85846fcd2cf4
tree80af18c01a15bf67ffe26f739d06a440d2c8d851
parentc02ac70566cb9b6af1f17a580ab710578317ae9a
Handle 0x0d0a EOLs in spawn_dbus_daemon()

On W32 dbus daemon will print output in text mode, with 0x0d0a EOLs instead
of just 0x0a. Be able to handle that.

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=75863
Reviewed-by: Simon McVittie
test/dbus-daemon-eavesdrop.c
test/dbus-daemon.c