Skip to content
  • Timo Teräs's avatar
    db: fix hash lookups on 64-bit machines · 37e8f803
    Timo Teräs authored
    The hash is 'unsigned long' everywhere which is 64-bits (on 64-bit
    boxes). Fix the one instance of it being 'unsigned int' since that
    would be 32-bit and cause lookup failures on 64-bit boxes.
    37e8f803