Skip to content
Snippets Groups Projects
  1. Oct 27, 2013
  2. Oct 26, 2013
  3. Oct 25, 2013
  4. Oct 24, 2013
  5. Oct 23, 2013
  6. Oct 22, 2013
  7. Oct 21, 2013
  8. Oct 19, 2013
  9. Oct 18, 2013
    • Luca Barbato's avatar
      wtv: Seek by sector properly · 2b72f8ac
      Luca Barbato authored
      Use an helper function to seek by sector to avoid possible mistakes
      due shifting by WTV_SECTOR_BITS a 32bit integer.
      
      Contrary to common intuition, a 32 bit integer left shifted
      by a 64 bit integer does not promote the 32 bit integer to
      64 bit before shifting.
      2b72f8ac
Loading