This commit is contained in:
parent
d74660c1c2
commit
0da0a6dc56
@ -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 ">"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user