Spawn.vala
authorAlan Knowles <alan@akbkhome.com>
Sat, 4 Jan 2014 05:14:11 +0000 (13:14 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sat, 4 Jan 2014 05:14:11 +0000 (13:14 +0800)
Spawn.vala

index 08d3e55..e5cd308 100644 (file)
@@ -64,8 +64,6 @@ struct SpawnConfig {
     public SpawnOutput output
     public SpawnErr stderr;
     public SpawnInput input;
-    
-    
 }
 
 /**
@@ -85,6 +83,7 @@ struct SpawnConfig {
  * 
  */
 function Spawn(cfg) {
+    this.cfg = 
     for(var i in cfg) {
         this[i] = cfg[i];
     }