mirror of
https://github.com/nginx/nginx.git
synced 2025-06-11 04:12:40 +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;
|
||||
|
||||
*text++ = (u_char) (c2 + '0');
|
||||
*text = (u_char) (c2 + '0');
|
||||
n++;
|
||||
|
||||
return n;
|
||||
|
Loading…
Reference in New Issue
Block a user