From d1defb1c4007169c7b13d0d47a347482262a939d Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 2 May 2014 18:39:46 +0800 Subject: [PATCH] Spawn.vala --- Spawn.vala | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Spawn.vala b/Spawn.vala index a3ddf063..fa32c32a 100644 --- a/Spawn.vala +++ b/Spawn.vala @@ -403,8 +403,9 @@ public class Spawn : Object string buffer; size_t term_pos; size_t len; + IOStatus status try { - var status = ch.read_line( out buffer, out len, out term_pos ); + status = ch.read_line( out buffer, out len, out term_pos ); } catch (Error e) { //FIXme break; // ?? -- 2.39.2