remove spaces at the end of lines in the command string
This commit is contained in:
parent
4fefa90d79
commit
c4c92f7706
@ -444,6 +444,7 @@ namespace XYPlots
|
||||
{
|
||||
int ptr = 0;
|
||||
Buff = Buff.Trim(" \r\n".ToCharArray());
|
||||
while (Buff.Contains("> ")) Buff = Buff.Replace("> ", ">");
|
||||
if (Buff.StartsWith("<<G "))
|
||||
{
|
||||
Buff = Buff.Substring(4);
|
||||
|
Loading…
x
Reference in New Issue
Block a user