remove undiffined behaviour
This commit is contained in:
parent
4227e38ad6
commit
7e24d35a95
@ -289,7 +289,7 @@ int main(int argc, char **argv) {
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
int use_color;
|
int use_color = 0;
|
||||||
if (has_colors()) {
|
if (has_colors()) {
|
||||||
use_color = 1;
|
use_color = 1;
|
||||||
start_color();
|
start_color();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user