change input type to uint32_t instead of int

This commit is contained in:
Duncan Laurie 2005-01-12 21:11:12 +00:00
parent 651466fc41
commit 79421577cc

View File

@ -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;