[poppler] utils/pdftohtml.cc

Albert Astals Cid aacid at kemper.freedesktop.org
Wed Apr 18 13:51:52 PDT 2012


 utils/pdftohtml.cc |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit ad8785b053aa115b593b2f20073e2989d59a77c9
Author: Albert Astals Cid <aacid at kde.org>
Date:   Wed Apr 18 22:51:33 2012 +0200

    Remove duplicate call

diff --git a/utils/pdftohtml.cc b/utils/pdftohtml.cc
index 6735f5d..d6475b0 100644
--- a/utils/pdftohtml.cc
+++ b/utils/pdftohtml.cc
@@ -487,7 +487,6 @@ int main(int argc, char *argv[]) {
       gsCmd->append(tw);
       gsCmd->append("x");
       th = GooString::fromInt(static_cast<int>(scale*h));
-      th = GooString::fromInt(static_cast<int>(scale*h));
       gsCmd->append(th);
       gsCmd->append(" -q \"");
       gsCmd->append(psFileName);


More information about the poppler mailing list