This commit is contained in:
parent
d8591f6956
commit
aa8faea595
@ -40,7 +40,7 @@ namespace DataLoader
|
||||
tok = Textm.IndexOfAny(chrarr);
|
||||
|
||||
// This will find a continuous action flag without finding a hanging indent
|
||||
if (tok == 0 && Textm[Textm.Length - 1] == '\x5')
|
||||
if (tok == -1 && Textm[Textm.Length - 1] == '\x5')
|
||||
tok = Textm.Length - 1;
|
||||
|
||||
if (tok < 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user