[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-cvs
Subject:    [PHP-CVS] cvs: php4 /ext/bz2 bz2.c
From:       "Sterling Hughes" <sterling () designmultimedia ! com>
Date:       2001-08-31 22:55:16
[Download RAW message or body]

sterling		Fri Aug 31 20:31:46 2001 EDT

  Modified files:              
    /php4/ext/bz2	bz2.c 
  Log:
  noet
  
  
Index: php4/ext/bz2/bz2.c
diff -u php4/ext/bz2/bz2.c:1.21 php4/ext/bz2/bz2.c:1.22
--- php4/ext/bz2/bz2.c:1.21	Wed Aug 22 04:35:32 2001
+++ php4/ext/bz2/bz2.c	Fri Aug 31 20:31:44 2001
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
  
-/* $Id: bz2.c,v 1.21 2001/08/22 08:35:32 sniper Exp $ */
+/* $Id: bz2.c,v 1.22 2001/09/01 00:31:44 sterling Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -361,8 +361,8 @@
 		if (iter > 1) {
 			dest = erealloc(dest, size);
 		}
-		iter++;
-		
+		++iter;
+
 		/* Perform the decompression */
 		error = BZ2_bzBuffToBuffDecompress(dest, &size, Z_STRVAL_PP(source), Z_STRLEN_PP(source), small, 0);
 	} while (error == BZ_OUTBUFF_FULL);
@@ -433,6 +433,6 @@
  * tab-width: 4
  * c-basic-offset: 4
  * End:
- * vim600: sw=4 ts=4 tw=78 fdm=marker
- * vim<600: sw=4 ts=4 tw=78
+ * vim600: noet sw=4 ts=4 tw=78 fdm=marker
+ * vim<600: noet sw=4 ts=4 tw=78
  */



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-cvs-unsubscribe@lists.php.net
For additional commands, e-mail: php-cvs-help@lists.php.net
To contact the list administrators, e-mail: php-list-admin@lists.php.net

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic