Project

General

Profile

Actions

Bug #1591

closed

mod_extforward.c fails to compile with old gcc version (2.96)

Added by cog about 16 years ago. Updated about 16 years ago.

Status:
Fixed
Priority:
Normal
Category:
core
Target version:
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.

Actions #1

Updated by stbuehler about 16 years ago

  • Status changed from New to Fixed
  • Resolution set to fixed

Fixed in r2129

Actions

Also available in: Atom