initialize parm_count.

This commit is contained in:
Kelvin Sherlock 2018-04-21 17:18:17 -04:00
parent 6ba329b50b
commit 649a9e4746
1 changed files with 1 additions and 1 deletions

View File

@ -529,7 +529,7 @@ void vt100_process(const unsigned char *buffer, unsigned buffer_size) {
case st_lbracket:
private = 0;
parm_count = 0;
parm_count = 1;
parms[0] = 0;
parms[1] = 0;
if (c == '?') { private = 1; state = st_parm; continue; }