hal/hald/linux2/probing probe-smbios.c,1.6,1.7

Richard Hughes hughsient at freedesktop.org
Mon Oct 10 10:17:05 PDT 2005


Update of /cvs/hal/hal/hald/linux2/probing
In directory gabe:/tmp/cvs-serv19634

Modified Files:
	probe-smbios.c 
Log Message:
Fix silly typo.

Index: probe-smbios.c
===================================================================
RCS file: /cvs/hal/hal/hald/linux2/probing/probe-smbios.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- probe-smbios.c	10 Oct 2005 15:48:11 -0000	1.6
+++ probe-smbios.c	10 Oct 2005 17:17:03 -0000	1.7
@@ -212,7 +212,7 @@
 			setstr (nbuf, "Version:", "smbios.bios.version");
 			setstr (nbuf, "Release Date:", "smbios.bios.release_date");
 			dmiparser_done_bios = TRUE;
-		} else if (dmiparser_state == DMIPARSER_STATE_BIOS) {
+		} else if (dmiparser_state == DMIPARSER_STATE_SYSTEM) {
 			setstr (nbuf, "Manufacturer:", "smbios.system.manufacturer");
 			setstr (nbuf, "Product Name:", "smbios.system.product");
 			setstr (nbuf, "Version:", "smbios.system.version");




More information about the hal-commit mailing list