summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2005-07-18 14:12:52 +0000
committerWez Furlong <wez@php.net>2005-07-18 14:12:52 +0000
commit8c57c3a9fed7b16913e19a4adb3764759c811fb0 (patch)
treef243def5f2fda53e076b3db80f5a66c07d00f124 /main
parenta6931b3923e05f6f4743096f3e20a4b2d41dace0 (diff)
downloadphp-git-8c57c3a9fed7b16913e19a4adb3764759c811fb0.tar.gz
compile before commit (gah!)
Diffstat (limited to 'main')
-rw-r--r--main/streams/plain_wrapper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/streams/plain_wrapper.c b/main/streams/plain_wrapper.c
index 919382aa3c..daeea46753 100644
--- a/main/streams/plain_wrapper.c
+++ b/main/streams/plain_wrapper.c
@@ -211,7 +211,7 @@ PHPAPI php_stream *_php_stream_fopen_from_fd(int fd, const char *mode, const cha
#ifdef ESPIPE
if (stream->position == (off_t)-1 && errno == ESPIPE) {
stream->position = 0;
- stream->is_pipe = 1;
+ self->is_pipe = 1;
}
#endif
}