diff options
Diffstat (limited to 'lib/libexpat/tests/chardata.h')
-rw-r--r-- | lib/libexpat/tests/chardata.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libexpat/tests/chardata.h b/lib/libexpat/tests/chardata.h index e8dc4ce22c4..0db4b999b58 100644 --- a/lib/libexpat/tests/chardata.h +++ b/lib/libexpat/tests/chardata.h @@ -18,7 +18,7 @@ extern "C" { typedef struct { int count; /* # of chars, < 0 if not set */ - XML_Char data[1024]; + XML_Char data[2048]; } CharData; |