Same for html_smartypants.c
This commit is contained in:
parent
ab16c82cc7
commit
e3d177ae67
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ static size_t (*smartypants_cb_ptrs[])
|
|||
smartypants_cb__escape, /* 10 */
|
||||
};
|
||||
|
||||
static const uint8_t smartypants_cb_chars[] = {
|
||||
static const uint8_t smartypants_cb_chars[UINT8_MAX+1] = {
|
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 4, 0, 0, 0, 5, 3, 2, 0, 0, 0, 0, 1, 6, 0,
|
||||
|
|
Loading…
Reference in a new issue