remove undiffined behaviour

This commit is contained in:
smayzy 2026-03-31 14:56:43 +02:00
parent 4227e38ad6
commit 7e24d35a95

View File

@ -289,7 +289,7 @@ int main(int argc, char **argv) {
return 1;
}
int use_color;
int use_color = 0;
if (has_colors()) {
use_color = 1;
start_color();