mirror of
https://github.com/michaelrsweet/pdfio.git
synced 2024-12-28 14:18:22 +01:00
Increase size of value buffer.
This commit is contained in:
parent
3f2de9c46a
commit
a3de05cf0e
@ -197,7 +197,7 @@ _pdfioValueRead(pdfio_file_t *pdf, // I - PDF file
|
|||||||
_pdfio_token_t *tb, // I - Token buffer/stack
|
_pdfio_token_t *tb, // I - Token buffer/stack
|
||||||
_pdfio_value_t *v) // I - Value
|
_pdfio_value_t *v) // I - Value
|
||||||
{
|
{
|
||||||
char token[8192]; // Token buffer
|
char token[32768]; // Token buffer
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
static const char * const valtypes[] =
|
static const char * const valtypes[] =
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user