mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-04-16 10:38:06 -05:00
Restore data-bits options for "-sercfg" that were accidentally lost in r9214.
[originally from svn r9266] [r9214 == a1f3b7a358adaa7c2a98359cd0373aa823eeb14b]
This commit is contained in:
parent
52e5dae242
commit
13290fe1e4
@ -504,6 +504,10 @@ int cmdline_process_param(char *p, char *value, int need_save, Conf *conf)
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case '5':
|
case '5':
|
||||||
|
case '6':
|
||||||
|
case '7':
|
||||||
|
case '8':
|
||||||
|
case '9':
|
||||||
conf_set_int(conf, CONF_serdatabits, *nextitem-'0');
|
conf_set_int(conf, CONF_serdatabits, *nextitem-'0');
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user