This commit is contained in:
Kathy Ruffing 2011-07-29 13:44:36 +00:00
parent d74660c1c2
commit 0da0a6dc56

View File

@ -446,6 +446,8 @@ namespace XYPlots
{ {
Buff = Buff.Substring(4); Buff = Buff.Substring(4);
} }
Buff = Buff.Replace(">\r<", ">\r\n<");
while ((ptr = Buff.IndexOf(">\r\n<", ptr)) > 0) while ((ptr = Buff.IndexOf(">\r\n<", ptr)) > 0)
{ {
// blank out ">" // blank out ">"