diff options
Diffstat (limited to 'src/core/ngx_log.c')
-rw-r--r-- | src/core/ngx_log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_log.c b/src/core/ngx_log.c index 6dda801ea..61d49c7c2 100644 --- a/src/core/ngx_log.c +++ b/src/core/ngx_log.c @@ -65,7 +65,7 @@ void ngx_log_error_core(int level, ngx_log_t *log, ngx_err_t err, va_list args; #endif #if (WIN32) - u_int written; + u_long written; #endif if (log->file->fd == NGX_INVALID_FILE) { |