mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
change input type to uint32_t instead of int
This commit is contained in:
parent
651466fc41
commit
79421577cc
@ -59,7 +59,7 @@ extern int ipmi_spd_print(struct ipmi_intf * intf, uint8_t id);
|
||||
* returns pointer to FRU area string
|
||||
*/
|
||||
static char *
|
||||
get_fru_area_str(uint8_t * data, int * offset)
|
||||
get_fru_area_str(uint8_t * data, uint32_t * offset)
|
||||
{
|
||||
static const char bcd_plus[] = "0123456789 -.:,_";
|
||||
char * str;
|
||||
|
Loading…
x
Reference in New Issue
Block a user