1
0
mirror of https://github.com/php/php-src.git synced 2026-04-06 23:53:30 +02:00

C++ style comment

This commit is contained in:
Xinchen Hui
2011-11-21 05:57:45 +00:00
parent 42ebac1d01
commit b0cf58633c

View File

@@ -2428,7 +2428,7 @@ static int php_session_rfc1867_callback(unsigned int event, void *event_data, vo
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;