new(chan)

R=r
OCL=18027
CL=18027
This commit is contained in:
Ken Thompson 2008-10-29 13:18:21 -07:00
parent 9d20756dde
commit 89f341db23
1 changed files with 1 additions and 1 deletions

View File

@ -2204,7 +2204,7 @@ chanop(Node *n, int top)
if(n->left != N) {
// async buf size
a = nod(OCONV, n->left, N);
a->type = types[TUINT32];
a->type = types[TINT];
} else
a = nodintconst(0);