Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pdf/xpdf/TextOutputDev.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf/xpdf/TextOutputDev.cc b/pdf/xpdf/TextOutputDev.cc
index 3fcc9ec..4e9a63a 100644
--- a/pdf/xpdf/TextOutputDev.cc
+++ b/pdf/xpdf/TextOutputDev.cc
@@ -663,7 +663,7 @@ void TextPage::coalesce(GBool physLayout) {
TextBlock *yxBlocks, *blocks, *blkStack;
TextFlow *flow0, *flow1;
double sz, xLimit, yLimit;
- double fit1, fit2, sp1, sp2;
+ double fit1, fit2, sp1, sp2 = 0.0e+0;
GBool found;
UnicodeMap *uMap;
GBool isUnicode;