| commit | 4ae43f965d10a1ea8df81b216e4b51c2460506b7 | [log] [tgz] |
|---|---|---|
| author | Igor Sysoev <igor@sysoev.ru> | Tue Oct 06 09:46:16 2009 +0000 |
| committer | Igor Sysoev <igor@sysoev.ru> | Tue Oct 06 09:46:16 2009 +0000 |
| tree | 553164e3ff0c1ac2cfa2bb26009080ba2884a54f | |
| parent | 5d4b802370e0e3f1bacb68908a6eb7e8c1bdcfd8 [diff] |
fix building by gcc45
diff --git a/src/http/modules/ngx_http_rewrite_module.c b/src/http/modules/ngx_http_rewrite_module.c index f7c138d..1f98cf8 100644 --- a/src/http/modules/ngx_http_rewrite_module.c +++ b/src/http/modules/ngx_http_rewrite_module.c
@@ -446,7 +446,7 @@ return NGX_CONF_ERROR; } - *code = (uintptr_t) NULL; + *code = NULL; } regex->next = (u_char *) lcf->codes->elts + lcf->codes->nelts