tony2001                Mon May 23 11:36:59 2005 EDT

  Modified files:              
    /php-src/main/streams       streams.c 
  Log:
  revert by Wez's request
  
  
http://cvs.php.net/diff.php/php-src/main/streams/streams.c?r1=1.79&r2=1.80&ty=u
Index: php-src/main/streams/streams.c
diff -u php-src/main/streams/streams.c:1.79 php-src/main/streams/streams.c:1.80
--- php-src/main/streams/streams.c:1.79 Mon May 23 07:51:53 2005
+++ php-src/main/streams/streams.c      Mon May 23 11:36:58 2005
@@ -19,7 +19,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: streams.c,v 1.79 2005/05/23 11:51:53 tony2001 Exp $ */
+/* $Id: streams.c,v 1.80 2005/05/23 15:36:58 tony2001 Exp $ */
 
 #define _GNU_SOURCE
 #include "php.h"
@@ -603,7 +603,7 @@
                }
 
                /* just break anyway, to avoid greedy read */
-               if (stream->wrapper != NULL && stream->wrapper != 
&php_plain_files_wrapper) {
+               if (stream->wrapper != &php_plain_files_wrapper) {
                        break;
                }
        }

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

Reply via email to