Commit 2fe8157e1b603e0353fd991f3d129b49d35bed99

Edward Thomson 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.