Additional logic to handle a 16-bit default column mode setting on sections
This commit is contained in:
parent
741b2608f1
commit
f50fda89ff
@ -104,7 +104,7 @@ namespace DataLoader
|
|||||||
{
|
{
|
||||||
if (ci == null) ci = new ConfigInfo(null);
|
if (ci == null) ci = new ConfigInfo(null);
|
||||||
char cmchar = stpseq.Substring(5, 1)[0];
|
char cmchar = stpseq.Substring(5, 1)[0];
|
||||||
if (cmchar > '2')
|
if (cmchar > '2' || cmchar < '1')
|
||||||
ci.AddItem("Section", "ColumnMode", "1");
|
ci.AddItem("Section", "ColumnMode", "1");
|
||||||
else
|
else
|
||||||
ci.AddItem("Section", "ColumnMode", stpseq.Substring(5, 1));
|
ci.AddItem("Section", "ColumnMode", stpseq.Substring(5, 1));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user