1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 16:22:37 +01:00

C++ style comment

This commit is contained in:
Xinchen Hui
2011-11-21 05:57:45 +00:00
parent 4dce729ca0
commit ae05ae7e92

View File

@@ -2429,7 +2429,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;