diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2004-03-05 08:34:24 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2004-03-05 08:34:24 +0000 |
| commit | ab9d5fdfd55c879611d69998fc58cbb39f25e73a (patch) | |
| tree | 90ff43013ac4579f2c4ba1a42b8777bfa4fecaaa /src/http/ngx_http_log_handler.c | |
| parent | 6a9304522227d4b4df873d3716cf06093d497700 (diff) | |
| download | nginx-ab9d5fdfd55c879611d69998fc58cbb39f25e73a.tar.gz nginx-ab9d5fdfd55c879611d69998fc58cbb39f25e73a.tar.bz2 | |
nginx-0.0.2-2004-03-05-11:34:24 import
Diffstat (limited to 'src/http/ngx_http_log_handler.c')
| -rw-r--r-- | src/http/ngx_http_log_handler.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_log_handler.c b/src/http/ngx_http_log_handler.c index 8b4c76358..b34bd1bf2 100644 --- a/src/http/ngx_http_log_handler.c +++ b/src/http/ngx_http_log_handler.c @@ -129,7 +129,7 @@ int ngx_http_log_handler(ngx_http_request_t *r) ngx_http_log_op_t *op; ngx_http_log_loc_conf_t *lcf; #if (WIN32) - u_int written; + u_long written; #endif ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0, |
