Changeset 01d211fe77cfdbf38084966f63559fda81f743d3
- Timestamp:
- 11/01/09 10:48:08 (2 years ago)
- Author:
- Erwan Velu <erwan.velu@…>
- Children:
- 91bbc0bedd350a1501d15037a40bbdfe67d7e27d
- Parents:
- a4dfd18e7d3cfc907053d10b57ba206b62a5e830
- git-author:
- Pierre-Alexandre Meyer <pierre@mouraf.org> / 2009-10-31T19:46:21Z-0700
- git-committer:
- Erwan Velu <erwan.velu@free.fr> / 2009-11-01T11:48:08Z+0100
- Message:
-
dmi: fix a strcpy (typo)
Not sure why sprintf is being called here. It's probably strcpy that was meant.
Signed-off-by: Pierre-Alexandre Meyer <pierre@…>
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
ra1d889
|
r01d211f
|
|
| 651 | 651 | else |
| 652 | 652 | sprintf(dmi->processor.status,"Unpopulated"); |
| 653 | | sprintf(dmi->processor.upgrade,dmi_processor_upgrade(data[0x19])); |
| | 653 | strcpy(dmi->processor.upgrade,dmi_processor_upgrade(data[0x19])); |
| 654 | 654 | if(h->length<0x20) break; |
| 655 | 655 | dmi_processor_cache(WORD(data+0x1A), "L1", ver,dmi->processor.cache1); |