<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Page displayed twice replacing the normal successor page."
   href="https://bugs.freedesktop.org/show_bug.cgi?id=74741#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Page displayed twice replacing the normal successor page."
   href="https://bugs.freedesktop.org/show_bug.cgi?id=74741">bug 74741</a>
              from <span class="vcard"><a class="email" href="mailto:hib@hiberis.nl" title="Hib Eris <hib@hiberis.nl>"> <span class="fn">Hib Eris</span></a>
</span></b>
        <pre>It seems the document in question does not have a correct value in the hints
table for the least number of object in a page. From inspecting the pdf file,
it seems the actual least number of objects in any page is 4, but reading it
from the hints table gives a value of 0. Now 0 is clearly an invalid value,
because this number should include the page object itself, therefor always
resulting in a value >= 1.

Adding a check for the value to be >=1 seems to fix this case by falling back
to not using the hints table.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>