compile before commit (gah!)

This commit is contained in:
Wez Furlong 2005-07-18 14:12:52 +00:00
parent a6931b3923
commit 8c57c3a9fe

View file

@ -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
}