laruence                                 Mon, 21 Nov 2011 05:57:45 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=319597

Log:
C++ style comment

Changed paths:
    U   php/php-src/branches/PHP_5_4/ext/session/session.c
    U   php/php-src/trunk/ext/session/session.c

Modified: php/php-src/branches/PHP_5_4/ext/session/session.c
===================================================================
--- php/php-src/branches/PHP_5_4/ext/session/session.c  2011-11-21 03:10:24 UTC 
(rev 319596)
+++ php/php-src/branches/PHP_5_4/ext/session/session.c  2011-11-21 05:57:45 UTC 
(rev 319597)
@@ -2429,7 +2429,7 @@

                                if (PS(rfc1867_freq) >= 0) {
                                        progress->update_step = 
PS(rfc1867_freq);
-                               } else if (PS(rfc1867_freq) < 0) { // % of 
total size
+                               } else if (PS(rfc1867_freq) < 0) { /* % of 
total size */
                                        progress->update_step = 
progress->content_length * -PS(rfc1867_freq) / 100;
                                }
                                progress->next_update = 0;

Modified: php/php-src/trunk/ext/session/session.c
===================================================================
--- php/php-src/trunk/ext/session/session.c     2011-11-21 03:10:24 UTC (rev 
319596)
+++ php/php-src/trunk/ext/session/session.c     2011-11-21 05:57:45 UTC (rev 
319597)
@@ -2428,7 +2428,7 @@

                                if (PS(rfc1867_freq) >= 0) {
                                        progress->update_step = 
PS(rfc1867_freq);
-                               } else if (PS(rfc1867_freq) < 0) { // % of 
total size
+                               } else if (PS(rfc1867_freq) < 0) { /* % of 
total size */
                                        progress->update_step = 
progress->content_length * -PS(rfc1867_freq) / 100;
                                }
                                progress->next_update = 0;

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

Reply via email to