mirror of
https://github.com/xcat2/confluent.git
synced 2025-02-25 14:50:24 +00:00
Fix variable that was not declared after refactor
This commit is contained in:
parent
670fc87e1d
commit
1f238a3f8b
@ -199,7 +199,7 @@ int main(int argc, char* argv[]) {
|
||||
outvt = get_termentbyname(cmdbuf);
|
||||
if (outvt != NULL)
|
||||
dump_vt(outvt);
|
||||
idx = write(1, "\x00", 1);
|
||||
length = write(1, "\x00", 1);
|
||||
if (idx < 0)
|
||||
continue;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user