changeset 789:604f9671fae6

char* > u_char*
author Igor Sysoev <igor@sysoev.ru>
date Wed, 18 Oct 2006 18:43:11 +0000
parents ff16489f1eac
children f9a971440614
files src/core/ngx_crc.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/core/ngx_crc.h
+++ b/src/core/ngx_crc.h
@@ -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;