Actions
Bug #1591
closedmod_extforward.c fails to compile with old gcc version (2.96)
ASK QUESTIONS IN Forums:
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.
Updated by stbuehler over 16 years ago
- Status changed from New to Fixed
- Resolution set to fixed
Fixed in r2129
Actions
Also available in: Atom