From efd7719b884a25c7984b1da7ea8d6f52f163d575 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Fri, 9 Feb 2018 17:45:10 -0200 Subject: [PATCH] Mudando função para confirmar problema na quebra de linha. --- testprograms/ipc.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testprograms/ipc.cs b/testprograms/ipc.cs index 0d5b9a8..0a2ce2e 100644 --- a/testprograms/ipc.cs +++ b/testprograms/ipc.cs @@ -45,7 +45,8 @@ class ipc { System.Console.WriteLine("Connected to " + host.Url); System.Console.WriteLine("Wait for ready returned " + host.WaitForReady(5)); - System.Console.WriteLine(host.GetStringAt(1,1,1920)); + // System.Console.WriteLine(host.GetStringAt(1,1,1920)); + System.Console.WriteLine(host.GetString(1,1920)); // System.Console.WriteLine(host); } else { -- libgit2 0.21.2