diff src/core/ngx_hunk.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 574bea0142be
children
line wrap: on
line diff
--- a/src/core/ngx_hunk.c
+++ b/src/core/ngx_hunk.c
@@ -31,8 +31,8 @@ ngx_hunk_t *ngx_create_temp_hunk(ngx_poo
 
 ngx_chain_t *ngx_create_chain_of_hunks(ngx_pool_t *pool, ngx_bufs_t *bufs)
 {
-    int           i;
-    char         *p;
+    ngx_int_t     i;
+    u_char       *p;
     ngx_hunk_t   *h;
     ngx_chain_t  *chain, *cl, **ll;