From: Julien Nabet Date: Sun, 10 May 2026 08:25:00 +0000 (+0200) Subject: Remove obsolete comment since 2015 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=d01439bbe22369e553ec551f109c99b05f3686a0;p=thirdparty%2Futil-linux.git Remove obsolete comment since 2015 after 890e103559ac89b7a0d7a7a71f198e138650ece1 wall: do not use a temporary file. --- diff --git a/term-utils/wall.c b/term-utils/wall.c index 1152a1222..e7c46e777 100644 --- a/term-utils/wall.c +++ b/term-utils/wall.c @@ -377,8 +377,6 @@ static char *makemsg(char *fname, char **mvec, int mvecsz, * Which means that we may leave a non-blank character * in column 80, but that can't be helped. */ - /* snprintf is not always available, but the sprintf's here - will not overflow as long as %d takes at most 100 chars */ fprintf(fs, "\r%*s\r\n", TERM_WIDTH, " "); snprintf(lbuf, lbuflen,