diff options
author | Mattias Andrée <maandree@kth.se> | 2021-12-31 23:35:15 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-12-31 23:35:15 +0100 |
commit | 9daf374004dea6734b902a3342f514b0479340e9 (patch) | |
tree | 5387b4c271287bc7904869d12713dea279f178a6 | |
parent | First commit (diff) | |
download | makel-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |