moriyoshi               Sun Mar  2 03:39:01 2003 EDT

  Modified files:              
    /php4/ext/standard  filters.c 
  Log:
  Fixed my silly mistake in the filter code
  
  
Index: php4/ext/standard/filters.c
diff -u php4/ext/standard/filters.c:1.28 php4/ext/standard/filters.c:1.29
--- php4/ext/standard/filters.c:1.28    Mon Feb 24 17:41:55 2003
+++ php4/ext/standard/filters.c Sun Mar  2 03:39:01 2003
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: filters.c,v 1.28 2003/02/24 22:41:55 moriyoshi Exp $ */
+/* $Id: filters.c,v 1.29 2003/03/02 08:39:01 moriyoshi Exp $ */
 
 #include "php.h"
 #include "php_globals.h"
@@ -1445,7 +1445,7 @@
        char *pd;
        size_t ocnt;
 
-       if (buckets_in->head == NULL && buckets_in->tail == NULL) {
+       if (flags != PSFS_FLAG_NORMAL) {
                /* flush operation */
 
                out_buf_size = 64;



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

Reply via email to