K 10 svn:author V 6 marino K 8 svn:date V 27 2013-10-02T23:09:55.298998Z K 7 svn:log V 258 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) END