hardware->dmi.chassis.version);
printf(" Serial : %s\n", hardware->dmi.chassis.serial);
printf(" Asset Tag : %s\n",
- del_multiple_spaces(hardware->dmi.chassis.asset_tag));
+ del_multi_spaces(hardware->dmi.chassis.asset_tag));
printf(" Boot up state : %s\n",
hardware->dmi.chassis.boot_up_state);
printf(" Power supply state : %s\n",
menu->items_count++;
snprintf(buffer, sizeof buffer, "Asset Tag : %s",
- del_multiple_spaces(dmi->chassis.asset_tag));
+ del_multi_spaces(dmi->chassis.asset_tag));
snprintf(statbuffer, sizeof statbuffer, "Asset Tag: %s",
- del_multiple_spaces(dmi->chassis.asset_tag));
+ del_multi_spaces(dmi->chassis.asset_tag));
add_item(buffer, statbuffer, OPT_INACTIVE, NULL, 0);
menu->items_count++;