mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
fix last compilings warings from this file.
svn path=/trunk/; revision=10893
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user