Browse Source

compile before commit (gah!)

PHP-5.1
Wez Furlong 21 years ago
parent
commit
8c57c3a9fe
  1. 2
      main/streams/plain_wrapper.c

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

Loading…
Cancel
Save