<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><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> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Some improvements in reading the hints table"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=71704">bug 71704</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>hib@hiberis.nl
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Some improvements in reading the hints table"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=71704#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Some improvements in reading the hints table"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=71704">bug 71704</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>The function readBits returns an Guint. When this Guint is a data type that can
only contain 32 bits, the returned value cannot represent all the bits read
when reading more than 32 bits. Thus we should use readBits to read a maximum
of 32 bits at a time. To read 128 bits, we can read 4 x 32 = 128 bits.</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>