Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37760112
en ru br
ALT Linux repos
S:1.9.16-alt2
5.0: 1.9.0-alt1.r1563.2.1
4.1: 1.9.x-alt1
3.0: 1.8.23-alt5

Group :: Text tools
RPM: htmldoc

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: htmldoc-1.9.16-pd-pdf.patch
Download


diff -uNrbBwp htmldoc-1.9.16/htmldoc/ps-pdf.cxx htmldoc-1.9.16-new/htmldoc/ps-pdf.cxx
--- htmldoc-1.9.16/htmldoc/ps-pdf.cxx	2022-09-17 11:46:09.000000000 +0000
+++ htmldoc-1.9.16-new/htmldoc/ps-pdf.cxx	2022-09-17 12:16:03.805718972 +0000
@@ -3466,7 +3466,7 @@ pdf_write_links(FILE *out)		/* I - Outpu
 	   /*
             * Local link...
             */
-            if (link->page < num_pages)
+            if ( (unsigned int) link->page < num_pages)
             {
 	      float x1, y1, x2, y2;
 
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin