This commit is contained in:
Oswald Buddenhagen 2005-12-28 11:07:47 +00:00
parent 4ec56f8cf6
commit 808001c0a9

View File

@ -529,7 +529,7 @@ main( int argc, char **argv )
} }
} }
for (t = 0; t < 2; t++) for (t = 0; t < 2; t++)
if ((chan->ops[t] & OP_MASK_TYPE) && (chan->ops[t] & OP_CREATE)) { if ((chan->ops[1-t] & OP_MASK_TYPE) && (chan->ops[1-t] & OP_CREATE)) {
for (mbox = boxes[t]; mbox; mbox = mbox->next) for (mbox = boxes[t]; mbox; mbox = mbox->next)
if (list) if (list)
puts( mbox->string ); puts( mbox->string );