mirror of
https://github.com/nginx/nginx.git
synced 2025-06-12 13:42:55 +08:00
fix building by bcc introduced by r1831
This commit is contained in:
parent
8b99e3f1ea
commit
f0453c1c0c
@ -212,7 +212,7 @@ ngx_sprint_uchar(u_char *text, u_char c, size_t len)
|
|||||||
|
|
||||||
c2 = c % 10;
|
c2 = c % 10;
|
||||||
|
|
||||||
*text++ = (u_char) (c2 + '0');
|
*text = (u_char) (c2 + '0');
|
||||||
n++;
|
n++;
|
||||||
|
|
||||||
return n;
|
return n;
|
||||||
|
Loading…
Reference in New Issue
Block a user