Index: trunk/extensions/AbuseFilter/parser_native/affunctions.cpp |
— | — | @@ -315,7 +315,7 @@ |
316 | 316 | int next_utf8_char(std::string::const_iterator & p, std::string::const_iterator & charStart, |
317 | 317 | std::string::const_iterator end) |
318 | 318 | { |
319 | | - int c; |
| 319 | + int c=0; |
320 | 320 | unsigned char byte; |
321 | 321 | int bytes = 0; |
322 | 322 | charStart = p; |
Index: trunk/extensions/AbuseFilter/AbuseFilter.nativeparser.php |
— | — | @@ -152,4 +152,4 @@ |
153 | 153 | |
154 | 154 | return $request; |
155 | 155 | } |
156 | | -} |
\ No newline at end of file |
| 156 | +} |