mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
more constants
This commit is contained in:
parent
18d5a36a28
commit
da20ccc711
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ skipquestion(uchar *buf, uchar *ebuf, uchar *p, int n)
|
|||
for(i=0; i<n; i++){
|
||||
if((len = dn_expand(buf, ebuf, p, tmp, sizeof tmp)) <= 0)
|
||||
return nil;
|
||||
p += NS_QFIXEDSZ+len;
|
||||
p += 4+len;
|
||||
}
|
||||
return p;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue