strings: Refix 329ebdff: Enlarge data type

Make val in valstr 32-bit to accomodate the values added
by commit 329ebdff.

Signed-off-by: Alexander Amelkin <alexander@amelkin.msk.ru>
This commit is contained in:
Alexander Amelkin 2018-08-21 18:18:07 +03:00
parent 4c155320be
commit 03d2b53c97
No known key found for this signature in database
GPG Key ID: E893587B5B74178D

View File

@ -63,7 +63,7 @@
struct ipmi_intf; struct ipmi_intf;
struct valstr { struct valstr {
uint16_t val; uint32_t val;
const char * str; const char * str;
}; };
struct oemvalstr { struct oemvalstr {