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

View File

@@ -774,7 +774,7 @@ emit_start_256color(int u256coloridx)
Snprintf(tcolorbuf, sizeof tcolorbuf, tcfmtstr256,
(long) u256coloridx);
WriteConsoleA(console.hConOut, (LPCSTR) tcolorbuf,
(long) strlen(tcolorbuf), &unused, NULL);
(int) strlen(tcolorbuf), &unused, NULL);
}
void