Explorar el Código

system: BConnection: fix typo which broke pipe BConnection's

ambrop7 hace 13 años
padre
commit
2c66094f18
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      system/BConnection.h

+ 1 - 1
system/BConnection.h

@@ -213,7 +213,7 @@ static struct BConnection_source BConnection_source_pipe (int pipefd)
 {
 {
     struct BConnection_source s;
     struct BConnection_source s;
     s.type = BCONNECTION_SOURCE_TYPE_PIPE;
     s.type = BCONNECTION_SOURCE_TYPE_PIPE;
-    s.u.pipe.pipefd;
+    s.u.pipe.pipefd = pipefd;
     return s;
     return s;
 }
 }
 #endif
 #endif