follow-up: reverse one warning-related change

This commit is contained in:
nhmall
2025-11-23 09:49:49 -05:00
parent b3db46fd71
commit ae516ddc67
+1 -1
View File
@@ -774,7 +774,7 @@ emit_start_256color(int u256coloridx)
Snprintf(tcolorbuf, sizeof tcolorbuf, tcfmtstr256, Snprintf(tcolorbuf, sizeof tcolorbuf, tcfmtstr256,
(long) u256coloridx); (long) u256coloridx);
WriteConsoleA(console.hConOut, (LPCSTR) tcolorbuf, WriteConsoleA(console.hConOut, (LPCSTR) tcolorbuf,
(long) strlen(tcolorbuf), &unused, NULL); (int) strlen(tcolorbuf), &unused, NULL);
} }
void void