hal ChangeLog,1.890,1.891
Danny Kukawka
dkukawka at kemper.freedesktop.org
Tue May 9 13:31:32 PDT 2006
Update of /cvs/hal/hal
In directory kemper:/tmp/cvs-serv28090
Modified Files:
ChangeLog
Log Message:
2006-05-09 Danny Kukawka <danny.kukawka at web.de>
* hald/linux2/probing/probe-smbios.c: fixed problem with parse
information from output of dmidecode where the search string is
shorter than 7 chars: replaced in strbegin() 'sizeof(char *) -1'
(which returns the size of the pointer) with 'strlen(char *)' which
returns the size of the string.
Index: ChangeLog
===================================================================
RCS file: /cvs/hal/hal/ChangeLog,v
retrieving revision 1.890
retrieving revision 1.891
diff -u -d -r1.890 -r1.891
--- ChangeLog 9 May 2006 20:28:00 -0000 1.890
+++ ChangeLog 9 May 2006 20:31:30 -0000 1.891
@@ -1,5 +1,13 @@
2006-05-09 Danny Kukawka <danny.kukawka at web.de>
+ * hald/linux2/probing/probe-smbios.c: fixed problem with parse
+ information from output of dmidecode where the search string is
+ shorter than 7 chars: replaced in strbegin() 'sizeof(char *) -1'
+ (which returns the size of the pointer) with 'strlen(char *)' which
+ returns the size of the string.
+
+2006-05-09 Danny Kukawka <danny.kukawka at web.de>
+
* doc/spec/hal-spec.xml.in: added property for DVD+RW DL to spec
* hald/linux2/probing/linux_dvd_rw_utils.c,
hald/linux2/probing/linux_dvd_rw_utils.h: (get_dvd_r_rw_profile):
More information about the hal-commit
mailing list