hal: Branch 'master'
Danny Kukawka
dkukawka at kemper.freedesktop.org
Tue Sep 9 07:40:54 PDT 2008
hald/linux/blockdev.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit ce51b0856a6b4b23735f2ca0c7597dfb5bf92d53
Author: Jürg Billeter <j at bitron.ch>
Date: Tue Sep 9 16:39:45 2008 +0200
inserts the sysfs path at the right position for call udevadm
The inserts the sysfs path at the right position when calling
udevadm info.
diff --git a/hald/linux/blockdev.c b/hald/linux/blockdev.c
index d1c9ee9..b970483 100644
--- a/hald/linux/blockdev.c
+++ b/hald/linux/blockdev.c
@@ -1774,7 +1774,7 @@ udev_get_device_file_for_sysfs_path (const char *sysfs_path)
GError *g_error;
ret = NULL;
- argv[5] = sysfs_path;
+ argv[6] = sysfs_path;
g_error = NULL;
More information about the hal-commit
mailing list