fixed Fan Key if there are more than 10 like in an XServe

This commit is contained in:
Denis Ahrens
2019-03-02 18:02:41 +01:00
parent de3988463a
commit 3373ab1ab0
3 changed files with 12 additions and 10 deletions

View File

@ -98,6 +98,8 @@ typedef struct {
typedef unsigned char SMCBytes_t[32];
UInt8 fannum[] = "0123456789ABCDEFGHIJ";
typedef struct {
UInt32 key;
SMCKeyData_vers_t vers;