Increase the sizeo of t_zero to 4096 bytes.

This commit is contained in:
Dag-Erling Smørgrav 2015-08-18 15:14:11 +00:00 committed by des
parent 531eeec36b
commit d670e3e94d
2 changed files with 2 additions and 2 deletions

2
t/t.h
View file

@ -111,7 +111,7 @@ int t_str_is_false(const char *);
/*
* Useful constants
*/
extern const uint8_t t_zero[256];
extern const uint8_t t_zero[4096];
extern const uint8_t t_seq8[256];
/*

View file

@ -34,7 +34,7 @@
#include "t.h"
const uint8_t t_zero[256] = {
const uint8_t t_zero[4096] = {
};
const uint8_t t_seq8[256] = {