gio: Fix regression encoding an array of doubles
authorStef Walter <stefw@gnome.org>
Tue, 22 Jul 2014 19:29:27 +0000 (21:29 +0200)
committerStef Walter <stefw@gnome.org>
Wed, 23 Jul 2014 13:44:40 +0000 (15:44 +0200)
commit627b49b39039d43a784fa9890f473d1ca8d52417
tree07146fc175e3d04852a6ff285b25bb403251b82e
parentb6c1d696a98b7fc4e691e8acc9f88b7bc8d57e9d
gio: Fix regression encoding an array of doubles

Take the simple slow path in this case. Encoding a double
takes special precautions as you can see in append_value_to_blob()
and friends.

https://bugzilla.gnome.org/show_bug.cgi?id=732754
gio/gdbusmessage.c