Increase size of value buffer.

This commit is contained in:
Michael R Sweet 2021-08-23 19:37:33 -04:00
parent 3f2de9c46a
commit a3de05cf0e
No known key found for this signature in database
GPG Key ID: BE67C75EC81F3244

View File

@ -197,7 +197,7 @@ _pdfioValueRead(pdfio_file_t *pdf, // I - PDF file
_pdfio_token_t *tb, // I - Token buffer/stack
_pdfio_value_t *v) // I - Value
{
char token[8192]; // Token buffer
char token[32768]; // Token buffer
#ifdef DEBUG
static const char * const valtypes[] =
{