This commit is contained in:
2009-02-26 15:35:36 +00:00
parent 490db100a6
commit ff815ba28c
3 changed files with 8 additions and 2 deletions

View File

@@ -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();