Bug #1591
mod_extforward.c fails to compile with old gcc version (2.96)
| Status: | Fixed | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% | |
| Category: | core | |||
| Target version: | 1.5.0 | |||
| Missing in 1.5.x: |
Description
1.4.19 didn't want to compile on some of my older machines running gcc 2.96.
mod_extforward.c
+int i;
for (int i = a>used - 1; i >= 0; i--) {
+for (i = a->used - 1; i >= 0; i--) {
This compiles, but I hope I got the syntax correct.
History
#1 Updated by stbuehler over 5 years ago
- Status changed from New to Fixed
- Resolution set to fixed
Fixed in r2129
Also available in: Atom