stupid sun

This commit is contained in:
rsc 2005-01-14 18:21:12 +00:00
parent 2b3b1e8984
commit 0dc9950215
7 changed files with 8 additions and 11 deletions

View file

@ -136,7 +136,7 @@ vtwrite(VtConn *z, uchar score[VtScoreSize], uint type, uchar *buf, int n)
{
Packet *p;
p = packetforeign(buf, n, nil, nil);
p = packetforeign(buf, n, 0, nil);
return vtwritepacket(z, score, type, p);
}