Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf
diff options
context:
space:
mode:
authorRemi Cohen-Scali <rcoscali@cvs.gnome.org>2004-01-20 22:40:18 (GMT)
committer RĂ©mi Cohen-Scali <rcoscali@src.gnome.org>2004-01-20 22:40:18 (GMT)
commit02eb5a57b7a7370bea68f38e602730574542444e (patch)
tree682a4c94ba8a426437cf64bf8bdfd6892e3e06ef /pdf
parenta51d32fff0b1c94b76d9098f7344966b4fdbc13c (diff)
:coalesce): Init a var to avoid warning.
2004-01-20 Remi Cohen-Scali <rcoscali@cvs.gnome.org> * xpdf/TextOutputDev.cc (TextPage::coalesce): Init a var to avoid warning.
Diffstat (limited to 'pdf')
-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;