mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-10 09:40:53 +01:00
add cast to previous commit
This commit is contained in:
parent
e149dafe4d
commit
6c816f8595
@ -2074,7 +2074,7 @@ static INT32 devprop_add_nvidia_template(DevPropDevice *device, INTN n_ports)
|
||||
|
||||
for (pnum = 0; pnum < n_ports; pnum++) {
|
||||
snprintf(nkey, 24, "@%lld,name", pnum);
|
||||
snprintf(nval, 24, "NVDA,Display-%c", (65+pnum));
|
||||
snprintf(nval, 24, "NVDA,Display-%c", (char)(65+pnum));
|
||||
//DBG("Nvidia: insert [%s : %s]\n", nkey, nval);
|
||||
devprop_add_value(device, nkey, (UINT8*)nval, 14);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user