Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'nd/clone-linked-checkout'
[gitweb.git]
/
compat
/
mingw.c
diff --git
a/compat/mingw.c
b/compat/mingw.c
index 496e6f8bb0217c40450c61e88fbf1e08fdb3f704..f74da235f598d8b0346fac8b48c4155f55ae5b81 100644
(file)
--- a/
compat/mingw.c
+++ b/
compat/mingw.c
@@
-681,7
+681,7
@@
int pipe(int filedes[2])
return -1;
}
filedes[1] = _open_osfhandle((int)h[1], O_NOINHERIT);
- if (filedes[
0
] < 0) {
+ if (filedes[
1
] < 0) {
close(filedes[0]);
CloseHandle(h[1]);
return -1;