And another typo fix in win/win_settings.c, reported by lemondrops.
This commit is contained in:
@@ -2228,7 +2228,7 @@ win_settings_hard_disks_recalc_list(HWND hdlg)
|
|||||||
wsprintf(szText, plat_get_string(IDS_4612), temp_hdd[i].ide_channel >> 1, temp_hdd[i].ide_channel & 1);
|
wsprintf(szText, plat_get_string(IDS_4612), temp_hdd[i].ide_channel >> 1, temp_hdd[i].ide_channel & 1);
|
||||||
break;
|
break;
|
||||||
case HDD_BUS_SCSI:
|
case HDD_BUS_SCSI:
|
||||||
wsprintf(szText, plat_get_string(IDS_4613), temp_hdd[i].scsi_id >> 4, temp_hdd[i].scsi_id >> 4 & 15);
|
wsprintf(szText, plat_get_string(IDS_4613), temp_hdd[i].scsi_id >> 4, temp_hdd[i].scsi_id & 15);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
lvI.pszText = szText;
|
lvI.pszText = szText;
|
||||||
|
Reference in New Issue
Block a user