Skip to content

Commit 3217c03

Browse files
LawnGnomeweltling
authored andcommitted
Insert bug number.
1 parent c895dc5 commit 3217c03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sapi/apache2handler/sapi_apache2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ php_apache_sapi_header_content_length(const char *val)
115115
if (sizeof(apr_off_t) >= 8) {
116116
/* We're going to assume that long long is always 64 bits. If it's
117117
* smaller, we're not doing any worse than we would have before bug
118-
* #XXXXX was fixed anyway, since we'll just truncate to 32 bits. */
118+
* #70879 was fixed anyway, since we'll just truncate to 32 bits. */
119119
return (apr_off_t) strtoll(val, (char **) NULL, 10);
120120
}
121121

0 commit comments

Comments
 (0)