mirror of
https://github.com/ksherlock/marlene.git
synced 2025-03-11 10:29:44 +00:00
initialize parm_count.
This commit is contained in:
parent
6ba329b50b
commit
649a9e4746
2
vt100.c
2
vt100.c
@ -529,7 +529,7 @@ void vt100_process(const unsigned char *buffer, unsigned buffer_size) {
|
|||||||
|
|
||||||
case st_lbracket:
|
case st_lbracket:
|
||||||
private = 0;
|
private = 0;
|
||||||
parm_count = 0;
|
parm_count = 1;
|
||||||
parms[0] = 0;
|
parms[0] = 0;
|
||||||
parms[1] = 0;
|
parms[1] = 0;
|
||||||
if (c == '?') { private = 1; state = st_parm; continue; }
|
if (c == '?') { private = 1; state = st_parm; continue; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user