diff options
author | Albert Astals Cid <aacid@kde.org> | 2011-09-01 23:17:59 +0200 |
---|---|---|
committer | Albert Astals Cid <aacid@kde.org> | 2011-09-01 23:17:59 +0200 |
commit | 68e8fa9ff4f13b6703148b3eb6ea628418211243 (patch) | |
tree | 5c5f981a984f637cf14766ce2260ea8896888071 /fofi | |
parent | 876021b1aa16ad38767a91e1be31c392f368fde2 (diff) |
xpdf303: make gcc happy
Diffstat (limited to 'fofi')
-rw-r--r-- | fofi/FoFiType1C.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fofi/FoFiType1C.cc b/fofi/FoFiType1C.cc index 1abc866e..97943de0 100644 --- a/fofi/FoFiType1C.cc +++ b/fofi/FoFiType1C.cc @@ -2093,6 +2093,8 @@ void FoFiType1C::readFD(int offset, int length, Type1CPrivateDict *pDict) { GBool hasFontMatrix; hasFontMatrix = gFalse; + fontMatrix[0] = fontMatrix[1] = fontMatrix[2] = 0; // make gcc happy + fontMatrix[3] = fontMatrix[4] = fontMatrix[5] = 0; pSize = pOffset = 0; pos = offset; nOps = 0; |