summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vcl/source/fontsubset/cff.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/fontsubset/cff.cxx b/vcl/source/fontsubset/cff.cxx
index 5730fcc1d476..2ce328665e5f 100644
--- a/vcl/source/fontsubset/cff.cxx
+++ b/vcl/source/fontsubset/cff.cxx
@@ -360,7 +360,7 @@ private:
const char** mpCharStringOps;
const char** mpCharStringEscs;
- CffLocal maCffLocal[16];
+ CffLocal maCffLocal[256];
CffLocal* mpCffLocal;
void readDictOp( void);