hal: Branch 'master'

Danny Kukawka dkukawka at kemper.freedesktop.org
Thu Aug 16 06:45:26 PDT 2007


 hald/linux/device.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
diff-tree e8e3988db89e062210d9d97778775ae27e2b4815 (from 2f0499ff4b9b814d4e444348d6dcd313804ddcce)
Author: Danny Kukawka <danny.kukawka at web.de>
Date:   Thu Aug 16 15:45:31 2007 +0200

    fix compilerwarning in serial_get_prober()
    
    Fixed compilerwarning in serial_get_prober() about incompatible
    pointer types.

diff --git a/hald/linux/device.c b/hald/linux/device.c
index c6e9942..b0afe32 100644
--- a/hald/linux/device.c
+++ b/hald/linux/device.c
@@ -1333,7 +1333,7 @@ out:
 static const gchar *
 serial_get_prober (HalDevice *d)
 {
-	char *dev;
+	const gchar *dev;
 
 	/* FIXME TODO: check if there is an other way, to call the porber only
 		       on ttyS* devices, than check the name of the device file */


More information about the hal-commit mailing list