Bug #2233
closedC99-ism in the code of mod_accesslog
Description
The mod_accesslog code has a C99-ism in it. The attached patch fixes the code.
Files
Updated by Olaf-van-der-Spek over 14 years ago
What's wrong with using C99 features?
Updated by brad@comstyle.com over 14 years ago
Olaf-van-der-Spek wrote:
What's wrong with using C99 features?
It would be nice if the code actually compiled and there is no C99 code anywhere else in the lighttpd codebase and similar issues have been fixed in the past.
Updated by brad@comstyle.com over 14 years ago
Olaf-van-der-Spek wrote:
What's wrong with using C99 features?
It isn't much of a "feature" to make the code uglier.
Anyway, the same issue was fixed in src/response.c...
http://redmine.lighttpd.net/projects/lighttpd/repository/revisions/2721
Updated by Olaf-van-der-Spek over 14 years ago
brad@comstyle.com wrote:
It would be nice if the code actually compiled and there is no C99 code anywhere else in the lighttpd codebase and similar issues have been fixed in the past.
It does compile, AFAIK.
Why do C99 features result in ugly code?
Updated by stbuehler over 14 years ago
- Status changed from New to Fixed
- % Done changed from 0 to 100
Applied in changeset r2743.
Also available in: Atom