1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00

Restore data-bits options for "-sercfg" that were accidentally lost in r9214.

[originally from svn r9266]
[r9214 == a1f3b7a358]
This commit is contained in:
Jacob Nevins 2011-08-18 10:45:25 +00:00
parent 52e5dae242
commit 13290fe1e4

View File

@ -504,6 +504,10 @@ int cmdline_process_param(char *p, char *value, int need_save, Conf *conf)
break;
case '5':
case '6':
case '7':
case '8':
case '9':
conf_set_int(conf, CONF_serdatabits, *nextitem-'0');
break;