• Show log

    Commit

  • Hash : 589654d8
    Author : Calvin Buckley
    Date : 2021-07-15T20:34:14

    khash 64-bit type is unsigned, use int32_t too For 32-bit int: There's no real reason for that ifdef if we explicitly specify the stdint.h type. For 64-bit int: ope, I made it signed accidentally