From dbf2640b573990cf3377dc65824fc6870a5ee3ff Mon Sep 17 00:00:00 2001 From: rodri Date: Thu, 7 Nov 2024 21:03:04 +0000 Subject: btsd: tiny cleanup. --- btsd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/btsd.c b/btsd.c index f804c39..2858374 100644 --- a/btsd.c +++ b/btsd.c @@ -731,7 +731,7 @@ c2proc(void *) buf[n] = 0; nf = tokenize(buf, f, nelem(f)); - if((nf == 2 || nf == 3) && strcmp(f[0], "show") == 0){ + if(strcmp(f[0], "show") == 0){ if(nf == 2 && strcmp(f[1], "matches") == 0) fprintmatches(pfd[1]); else if(nf == 3 && strcmp(f[1], "match") == 0){ -- cgit v1.2.3