3
0
mirror of https://github.com/nginx/nginx.git synced 2025-01-24 07:06:35 -06:00

char* > u_char*

This commit is contained in:
Igor Sysoev 2006-10-18 18:43:11 +00:00
parent c1484ffa65
commit 289e3caa46

View 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;