]> git.kaiwu.me - nginx.git/commitdiff
fix building by gcc42, etc. introduced in r1858
authorIgor Sysoev <igor@sysoev.ru>
Wed, 9 Jan 2008 15:27:27 +0000 (15:27 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Wed, 9 Jan 2008 15:27:27 +0000 (15:27 +0000)
src/http/ngx_http_core_module.c

index 68e7891acc0874da4fa582cc7532d4266d26462d..574e925429d9568e81e2102d943f0f7946852d41 100644 (file)
@@ -113,7 +113,7 @@ static ngx_conf_enum_t  ngx_http_core_satisfy[] = {
 };
 
 
-static ngx_str_t  ngx_http_core_get_method = { 3, "GET " };
+static ngx_str_t  ngx_http_core_get_method = { 3, (u_char *) "GET " };
 
 
 #if (NGX_HTTP_GZIP)