HomeFreeBSD

irc/ezbounce: Fix c++ error caught by gcc 4.7

Description

irc/ezbounce: Fix c++ error caught by gcc 4.7

The same variable "e" was defined as a loop argument and then again inside
the loop as a diferrent type. This renames the loop argument to avoid the
redeclaration errors.

Approved by: portmgr (bapt, implicit)

Details

Provenance
marinoAuthored on
Parents
rP329126: Allow staging linux rpms
Branches
Unknown
Tags
Unknown

Event Timeline