Merge in recent changes from the main trunk.

This commit is contained in:
Richard Levitte 2002-02-20 17:53:17 +00:00
parent 4e06ab75e8
commit a76a29f233

View File

@ -73,7 +73,7 @@ static int convert(unsigned char *s)
for(d=s ; *s ; s+=2,++d) for(d=s ; *s ; s+=2,++d)
{ {
int n; unsigned int n;
if(!s[1]) if(!s[1])
{ {