Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2004-03-17 19:38:48 +0300
committerChristopher Faylor <me@cgf.cx>2004-03-17 19:38:48 +0300
commit7faaacbbf1afee246d5846103f0e823148845ae6 (patch)
tree0322167c0ec9375fbf032bc5842ece7531519b4b /winsup/cygwin/pipe.cc
parent4a95a7fe4a8217a2ee1f42401bf3d0a7b33c9ac5 (diff)
* include/cygwin/version.h: Bump DLL minor number to 9.
Diffstat (limited to 'winsup/cygwin/pipe.cc')
-rw-r--r--winsup/cygwin/pipe.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/pipe.cc b/winsup/cygwin/pipe.cc
index 4b9c52205..8aaa28dff 100644
--- a/winsup/cygwin/pipe.cc
+++ b/winsup/cygwin/pipe.cc
@@ -183,7 +183,7 @@ fhandler_pipe::dup (fhandler_base *child)
&ftp->read_state, 0, 1,
DUPLICATE_SAME_ACCESS))
{
- debug_printf ("couldn't duplicate read_state %p, %E", writepipe_exists);
+ debug_printf ("couldn't duplicate read_state %p, %E", read_state);
goto err;
}