Versión
3.5-178
Rama
master
Data
11 años, 2 meses ago
Windows x64 Windows x86 Mac OS X
Contribución
cf942450e0aec50ce815e086a9dc277b59b18bae
Camudar autor
lioncash
Camudar descripción
Very tiny cleanup of ChunkFile.h.

Also changed the size parameter from DoVoid to size_t. As far as I know, that should never be negative.

Also changed the the count parameter of DoArray to size_t, this also should never be negative.

Got rid of some typecasts.