Fixed null reference in converting tables that use underline style instead of dashes to draw the row lines
This commit is contained in:
@@ -3632,7 +3632,7 @@ namespace Volian.Controls.Library
|
|||||||
int uOnPos = -1;
|
int uOnPos = -1;
|
||||||
int uOffPos = -1;
|
int uOffPos = -1;
|
||||||
bool ulineOn = false;
|
bool ulineOn = false;
|
||||||
char curChar = line[idx];
|
//char curChar = line[idx];
|
||||||
string dashRow = "";
|
string dashRow = "";
|
||||||
while (idx < line.Length && !IsPrintableTableChar(line[idx]))
|
while (idx < line.Length && !IsPrintableTableChar(line[idx]))
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user