]> git.kaiwu.me - nginx.git/commitdiff
char* > u_char*
authorIgor Sysoev <igor@sysoev.ru>
Wed, 18 Oct 2006 18:43:11 +0000 (18:43 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Wed, 18 Oct 2006 18:43:11 +0000 (18:43 +0000)
src/core/ngx_crc.h

index b2aff8966177a0857ea1e184f556566d872e7b15..11bf32824c4c2f54ceebf9aacdb57b48add8f8b0 100644 (file)
@@ -11,7 +11,7 @@
 /* 32-bit crc16 */
 
 static ngx_inline uint32_t
-ngx_crc(char *data, size_t len)
+ngx_crc(u_char *data, size_t len)
 {
     uint32_t  sum;