Spawn.vala
authorAlan Knowles <alan@roojs.com>
Fri, 2 May 2014 09:44:10 +0000 (17:44 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 2 May 2014 09:44:10 +0000 (17:44 +0800)
Spawn.vala

index c69e1d1..7ac2897 100644 (file)
@@ -387,7 +387,7 @@ public class Spawn : Object
      */
     private boolean read(IOChannel ch) 
     {
-        String prop = (ch == this.out_ch) ? 'output' : 'stderr';
+        String prop = (ch == this.out_ch) ? "output" : "stderr";
        // print("prop: " + prop);
         var _this = this;