Created
July 1, 2009 21:38
-
-
Save splhack/139084 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/autoload/proc.c b/autoload/proc.c | |
index 9f76fcf..3042476 100644 | |
--- a/autoload/proc.c | |
+++ b/autoload/proc.c | |
@@ -346,7 +346,7 @@ vp_pipe_open(char *args) | |
int npipe; | |
int argc; | |
char *argv[VP_ARGC_MAX]; | |
- int fd[2][3]; | |
+ int fd[3][2]; | |
pid_t pid; | |
int i; | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment