Restore data-bits options for "-sercfg" that were accidentally lost in r9214.
authorjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Thu, 18 Aug 2011 10:45:25 +0000 (10:45 +0000)
committerjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Thu, 18 Aug 2011 10:45:25 +0000 (10:45 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@9266 cda61777-01e9-0310-a592-d414129be87e

cmdline.c

index cf114c0..599673f 100644 (file)
--- a/cmdline.c
+++ b/cmdline.c
@@ -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;