Commit:    0dc98208ee0c7b372c8c81e5d2d833974e001f83
Author:    Michael M Slusarz <slus...@curecanti.org>         Mon, 18 Mar 2013 
12:03:11 -0600
Committer: Stanislav Malyshev <s...@php.net>      Sun, 16 Jun 2013 16:04:29 
-0700
Parents:   d9c034ee5e561e824a30829a474ef7b7dd18f19e
Branches:  PHP-5.4 PHP-5.5 master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=0dc98208ee0c7b372c8c81e5d2d833974e001f83

Log:
Move unsigned char declaration to top of block

Changed paths:
  M  ext/standard/filters.c


Diff:
diff --git a/ext/standard/filters.c b/ext/standard/filters.c
index aa4be5c..0a59039 100644
--- a/ext/standard/filters.c
+++ b/ext/standard/filters.c
@@ -870,9 +870,10 @@ static php_conv_err_t 
php_conv_qprint_encode_convert(php_conv_qprint_encode *ins
 
                                /* Check to see if this is EOL whitespace. */
                                if (inst->lbchars != NULL) {
+                                       unsigned char *ps2;
                                        unsigned int j, lb_cnt2;
+
                                        lb_cnt2 = 0;
-                                       unsigned char *ps2;
                                        ps2 = ps;
                                        trail_ws = 1;


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

Reply via email to