This commit is contained in:
@@ -91,7 +91,7 @@ namespace DataLoader
|
||||
else
|
||||
tok = textm.IndexOf('\x15', beg);
|
||||
}
|
||||
if (beg < textm.Length - 1)
|
||||
if (beg <= textm.Length - 1)
|
||||
rotxt.Append(textm.Substring(beg, textm.Length - beg));
|
||||
|
||||
return rotxt.ToString();
|
||||
|
Reference in New Issue
Block a user