mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
tfman: always initialize success
This commit is contained in:
parent
1995749c4b
commit
83a0ca48bb
@ -670,7 +670,7 @@ int main(int argc, char** argv){
|
||||
if(nc == NULL){
|
||||
return EXIT_FAILURE;
|
||||
}
|
||||
bool success;
|
||||
bool success = false;
|
||||
for(int i = 0 ; i < argc - nonopt ; ++i){
|
||||
success = false;
|
||||
if(tfman(nc, argv[nonopt + i], noui)){
|
||||
|
Loading…
x
Reference in New Issue
Block a user