gcc figures that the format specifier %2x means unsigned int, so let's
make n unsigned.
This commit is contained in:
@@ -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])
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user