| commit | 415b1ce1b93a3b74efe8a3ee5a35ee55e0a11caa | [log] [tgz] |
|---|---|---|
| author | Igor Sysoev <igor@sysoev.ru> | Thu Jun 17 17:18:53 2004 +0000 |
| committer | Igor Sysoev <igor@sysoev.ru> | Thu Jun 17 17:18:53 2004 +0000 |
| tree | 077bf24b4f310a87ab8bff140c730cb679069988 | |
| parent | f924e6b694db7fd1d99473b3d7db7eb2b49c9e62 [diff] [blame] |
nginx-0.0.7-2004-06-17-21:18:53 import
diff --git a/src/http/ngx_http_request.c b/src/http/ngx_http_request.c index 3f50666..0f30a31 100644 --- a/src/http/ngx_http_request.c +++ b/src/http/ngx_http_request.c
@@ -943,7 +943,8 @@ * in CPU cache */ - ua = ngx_strstr(r->headers_in.user_agent->value.data, "MSIE"); + ua = (u_char *) ngx_strstr(r->headers_in.user_agent->value.data, + "MSIE"); if (ua && ua + 8 < r->headers_in.user_agent->value.data + r->headers_in.user_agent->value.len)