mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-06 03:20:26 +00:00
scan-build fix -- assign r on all paths (ncvisual_stream)
This commit is contained in:
parent
cc46571a43
commit
2d0ca67fc5
@ -373,7 +373,7 @@ int ncvisual_stream(notcurses* nc, ncvisual* ncv, nc_err_e* ncerr,
|
||||
if(streamer){
|
||||
r = streamer(newn, ncv, &abstime, curry);
|
||||
}else{
|
||||
ncvisual_simple_streamer(activevopts.n, ncv, &abstime, curry);
|
||||
r = ncvisual_simple_streamer(activevopts.n, ncv, &abstime, curry);
|
||||
}
|
||||
if(r){
|
||||
if(activevopts.n != vopts->n){
|
||||
|
Loading…
Reference in New Issue
Block a user