Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/multibyte.c
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ is_valid_utf7(EncaAnalyserState *analyser)
const size_t *const counts = analyser->counts;

size_t utf7count = 0; /* number of >7bit characters */
unsigned char *p,*q;
const unsigned char *p,*q;

/* When the file doesn't contain enough UTF-7 shift characters,
don't waste time scanning it. */
Expand Down