| commit | 1c13c662f0ae8066d1d4849b4158d7459a4c7822 | [log] [tgz] |
|---|---|---|
| author | Igor Sysoev <igor@sysoev.ru> | Tue May 20 15:37:55 2003 +0000 |
| committer | Igor Sysoev <igor@sysoev.ru> | Tue May 20 15:37:55 2003 +0000 |
| tree | a8e517c0d41e922b1d3744d869edc60ed540b2d9 | |
| parent | a98301160de4c12f455cca8f78509f2e04626c0b [diff] [blame] |
nginx-0.0.1-2003-05-20-19:37:55 import
diff --git a/src/http/ngx_http_core_module.h b/src/http/ngx_http_core_module.h index c6c86f2..cfe0d91 100644 --- a/src/http/ngx_http_core_module.h +++ b/src/http/ngx_http_core_module.h
@@ -73,7 +73,7 @@ #define ngx_http_types_hash_key(key, ext) \ { \ - uint n; \ + u_int n; \ for (key = 0, n = 0; n < ext.len; n++) { \ key += ext.data[n]; \ } \