Skip to content

Instantly share code, notes, and snippets.

@splhack
Created July 1, 2009 21:38
Show Gist options
  • Save splhack/139084 to your computer and use it in GitHub Desktop.
Save splhack/139084 to your computer and use it in GitHub Desktop.
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