From 9daf374004dea6734b902a3342f514b0479340e9 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 31 Dec 2021 23:35:15 +0100 Subject: m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- makelint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makelint.c b/makelint.c index 45f599a..aec636e 100644 --- a/makelint.c +++ b/makelint.c @@ -141,7 +141,7 @@ load_file(int fd, const char *fname, size_t *nlinesp) warnf_undefined(WC_TEXT, "%s:%zu: line is, including the character, longer than " "2048 bytes which causes undefined behaviour as input files are " "text files and POSIX only guarantees support for lines up to 2048 " - "including the character in text files", + "bytes long including the character in text files", fname, *nlinesp + 1); } p += lines[i].len + 1; -- cgit v1.2.3-70-g09d2