diff src/core/ngx_log.c @ 290:87e73f067470

nginx-0.0.2-2004-03-16-10:10:12 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 16 Mar 2004 07:10:12 +0000
parents 0ba4821f4460
children 11ff50a35d6d
line wrap: on
line diff
--- a/src/core/ngx_log.c
+++ b/src/core/ngx_log.c
@@ -325,8 +325,8 @@ static char *ngx_set_error_log(ngx_conf_
 
 char *ngx_set_error_log_levels(ngx_conf_t *cf, ngx_log_t *log)
 {
-    ngx_int_t   i, n, d;
-    ngx_str_t  *value;
+    ngx_uint_t   i, n, d;
+    ngx_str_t   *value;
 
     value = cf->args->elts;