wez             Mon Jul 18 10:12:54 2005 EDT

  Modified files:              
    /php-src/main/streams       plain_wrapper.c 
  Log:
  compile before commit (gah!)
  
  
http://cvs.php.net/diff.php/php-src/main/streams/plain_wrapper.c?r1=1.50&r2=1.51&ty=u
Index: php-src/main/streams/plain_wrapper.c
diff -u php-src/main/streams/plain_wrapper.c:1.50 
php-src/main/streams/plain_wrapper.c:1.51
--- php-src/main/streams/plain_wrapper.c:1.50   Mon Jul 18 09:28:24 2005
+++ php-src/main/streams/plain_wrapper.c        Mon Jul 18 10:12:52 2005
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: plain_wrapper.c,v 1.50 2005/07/18 13:28:24 wez Exp $ */
+/* $Id: plain_wrapper.c,v 1.51 2005/07/18 14:12:52 wez Exp $ */
 
 #include "php.h"
 #include "php_globals.h"
@@ -211,7 +211,7 @@
 #ifdef ESPIPE
                        if (stream->position == (off_t)-1 && errno == ESPIPE) {
                                stream->position = 0;
-                               stream->is_pipe = 1;
+                               self->is_pipe = 1;
                        }
 #endif
                }

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to