mirror of
https://github.com/xzeldon/htop.git
synced 2025-01-31 09:07:25 +03:00
e8970b6f32
* size_t nmemb (number of elements) first, then size_t size * do not assume char is size 1 but use sizeof() * allocate for char, not pointer to char (found by Michael McConville, fixes #261)