提交 236be532 编写于 作者: R Richard Levitte

gcc figures that the format specifier %2x means unsigned int, so let's

make n unsigned.
上级 1fc1bd38
......@@ -73,7 +73,7 @@ static int convert(unsigned char *s)
for(d=s ; *s ; s+=2,++d)
{
int n;
unsigned int n;
if(!s[1])
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册