• Show log

    Commit

  • Hash : 2fe8157e
    Author : Edward Thomson
    Date : 2014-12-22T18:42:03

    index: reuc and name entrycounts should be size_t For the REUC and NAME entries, we use size_t internally, and we take size_t for the get_byindex() functions, but the entrycount() functions strangely cast to an unsigned int instead.