From 4b9026f23724f3c9262bdd1158aa24ca40f7a834 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 2 May 2014 18:34:10 +0800 Subject: [PATCH] Spawn.vala --- Spawn.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Spawn.vala b/Spawn.vala index 4e466129..8b081b40 100644 --- a/Spawn.vala +++ b/Spawn.vala @@ -396,13 +396,13 @@ public class Spawn : Object string prop = (ch == this.out_ch) ? "output" : "stderr"; // print("prop: " + prop); var _this = this; - + string str_return; //print(JSON.stringify(ch, null,4)); while (true) { - var status = ch.read_line( str_return, ); + var status = ch.read_line( str_return, len, term_pos ); // print('status: ' +JSON.stringify(status)); // print(JSON.stringify(x)); switch(status) { -- 2.39.2