diff src/http/modules/ngx_http_rewrite_module.c @ 3184:88f972ffe96e

fix building by gcc45
author Igor Sysoev <igor@sysoev.ru>
date Tue, 06 Oct 2009 09:46:16 +0000
parents cf21d35248bc
children 42c16d8bddbe
line wrap: on
line diff
--- a/src/http/modules/ngx_http_rewrite_module.c	Tue Oct 06 09:37:18 2009 +0000
+++ b/src/http/modules/ngx_http_rewrite_module.c	Tue Oct 06 09:46:16 2009 +0000
@@ -446,7 +446,7 @@
             return NGX_CONF_ERROR;
         }
 
-        *code = (uintptr_t) NULL;
+        *code = NULL;
     }
 
     regex->next = (u_char *) lcf->codes->elts + lcf->codes->nelts