mirror of
https://github.com/cryb-to/cryb-to.git
synced 2025-01-02 18:01:11 +00:00
Increase the sizeo of t_zero to 4096 bytes.
This commit is contained in:
parent
531eeec36b
commit
d670e3e94d
2 changed files with 2 additions and 2 deletions
2
t/t.h
2
t/t.h
|
@ -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];
|
||||
|
||||
/*
|
||||
|
|
|
@ -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] = {
|
||||
|
|
Loading…
Reference in a new issue