summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-12-31 23:35:15 +0100
committerMattias Andrée <maandree@kth.se>2021-12-31 23:35:15 +0100
commit9daf374004dea6734b902a3342f514b0479340e9 (patch)
tree5387b4c271287bc7904869d12713dea279f178a6
parentFirst commit (diff)
downloadmakel-9daf374004dea6734b902a3342f514b0479340e9.tar.gz
makel-9daf374004dea6734b902a3342f514b0479340e9.tar.bz2
makel-9daf374004dea6734b902a3342f514b0479340e9.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--makelint.c2
1 files changed, 1 insertions, 1 deletions
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 <newline> 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 <newline> character in text files",
+ "bytes long including the <newline> character in text files",
fname, *nlinesp + 1);
}
p += lines[i].len + 1;