Skip to content

Commit

Permalink
strings: Refix 329ebdf: Enlarge data type
Browse files Browse the repository at this point in the history
Make val in valstr 32-bit to accomodate the values added
by commit 329ebdf.

Signed-off-by: Alexander Amelkin <alexander@amelkin.msk.ru>
  • Loading branch information
AlexanderAmelkin committed Aug 21, 2018
1 parent 4c15532 commit 03d2b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ipmitool/helper.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
struct ipmi_intf;

struct valstr {
uint16_t val;
uint32_t val;
const char * str;
};
struct oemvalstr {
Expand Down

0 comments on commit 03d2b53

Please sign in to comment.