mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-21 03:21:16 -03:00
Fix lots of bugs related to the static analyzer
Improved how screen.cpp interacts with output_set_writer()
This commit is contained in:
@@ -212,7 +212,6 @@ static void read_string( tokenizer *tok )
|
||||
const wchar_t *start;
|
||||
int len;
|
||||
int mode=0;
|
||||
wchar_t prev;
|
||||
int do_loop=1;
|
||||
int paran_count=0;
|
||||
|
||||
@@ -383,7 +382,6 @@ static void read_string( tokenizer *tok )
|
||||
if( !do_loop )
|
||||
break;
|
||||
|
||||
prev = *tok->buff;
|
||||
tok->buff++;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user