hal: Branch 'master'
David Zeuthen
david at kemper.freedesktop.org
Mon Oct 9 20:29:26 PDT 2006
hald/hald_dbus.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
New commits:
diff-tree 952155ea001367144c68c3c0199b0ea82ac52997 (from 5daaab35fb0917cdfc6f8a480e214ab76f564b56)
Author: David Zeuthen <davidz at redhat.com>
Date: Mon Oct 9 23:29:21 2006 -0400
fix crasher in GetProperty() method
diff --git a/hald/hald_dbus.c b/hald/hald_dbus.c
index 8f30e2f..cb8c8a0 100644
--- a/hald/hald_dbus.c
+++ b/hald/hald_dbus.c
@@ -1210,7 +1210,7 @@ device_get_property (DBusConnection * co
hal_device_property_strlist_iter_next (&striter)) {
const char *v;
v = hal_device_property_strlist_iter_get_value (&striter);
- dbus_message_iter_append_basic (&iter_array, DBUS_TYPE_STRING, v);
+ dbus_message_iter_append_basic (&iter_array, DBUS_TYPE_STRING, &v);
}
dbus_message_iter_close_container (&iter, &iter_array);
More information about the hal-commit
mailing list