fix last compilings warings from this file.

svn path=/trunk/; revision=10893
This commit is contained in:
Magnus Olsen 2004-09-17 18:12:17 +00:00
parent 94bcb6fe25
commit 9a099491c4

View file

@ -47,7 +47,7 @@ int vbuf__append_quoted1035(vbuf *vb, const byte *buf, int len) {
break;
}
}
if (!adns__vbuf_append(vb,buf,i) || !adns__vbuf_append(vb,qbuf,strlen(qbuf)))
if (!adns__vbuf_append(vb,buf,i) || !adns__vbuf_append(vb,qbuf,(int) strlen(qbuf)))
return 0;
if (i<len) i++;
buf+= i;