remove undiffined behaviour
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user