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