From cfa3a882741900c76217fe70fe72cb267a2bfeed Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Tue, 25 Jul 2023 11:40:08 -0500 Subject: [PATCH] Trivial cleanup. --- toys/other/xxd.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/toys/other/xxd.c b/toys/other/xxd.c index 502f3341..60bdb4bc 100644 --- a/toys/other/xxd.c +++ b/toys/other/xxd.c @@ -51,9 +51,7 @@ static void do_xxd(int fd, char *name) if (limit) limit += TT.s; } - while (0<(len = readall(fd, toybuf, - (limit && limit-pos