From 92094bddcc860b0db3f010a2d8e2b4e64b8ff3ee Mon Sep 17 00:00:00 2001 From: slevy <slevy> Date: Sun, 15 Jul 2001 23:09:46 +0000 Subject: [PATCH] Um, let "wanted == 0" and SEL_USE indicate that we want to match all pcles. --- src/partibrains.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/partibrains.c b/src/partibrains.c index 115d2da..be44360 100644 --- a/src/partibrains.c +++ b/src/partibrains.c @@ -1,6 +1,9 @@ static char local_id[] = "$Id$"; /* * $Log$ + * Revision 1.56 2001/07/15 23:09:46 slevy + * Um, let "wanted == 0" and SEL_USE indicate that we want to match all pcles. + * * Revision 1.55 2001/07/15 22:55:14 slevy * Er, those 'leadc' parameters to seldest()/selsrc() are ints, not SelTokens. * @@ -3168,7 +3171,7 @@ int selsrc( struct stuff *st, SelOp *src, int selno, int selch ) { src->use = SEL_NONE; } else if(selno == SEL_ALL) { src->wanted = src->wanton = mask = 0; - src->use = SEL_ALL; + src->use = SEL_USE; } else if(selno > 0 && selno <= 32) { mask = SELMASK(selno); src->use = SEL_USE; -- GitLab