Commit efd7719b884a25c7984b1da7ea8d6f52f163d575
1 parent
2f92cdf2
Exists in
master
Mudando função para confirmar problema na quebra de linha.
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
testprograms/ipc.cs
... | ... | @@ -45,7 +45,8 @@ class ipc { |
45 | 45 | System.Console.WriteLine("Connected to " + host.Url); |
46 | 46 | System.Console.WriteLine("Wait for ready returned " + host.WaitForReady(5)); |
47 | 47 | |
48 | - System.Console.WriteLine(host.GetStringAt(1,1,1920)); | |
48 | + // System.Console.WriteLine(host.GetStringAt(1,1,1920)); | |
49 | + System.Console.WriteLine(host.GetString(1,1920)); | |
49 | 50 | // System.Console.WriteLine(host); |
50 | 51 | |
51 | 52 | } else { | ... | ... |