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

New commits:
commit ad8785b053aa115b593b2f20073e2989d59a77c9
Author: Albert Astals Cid <[email protected]>
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);
_______________________________________________
poppler mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/poppler

Reply via email to