Count userfeats with size_t

This commit is contained in:
wundrweapon 2020-07-12 19:46:17 -04:00 committed by wundrweapon
parent 35a662dbdc
commit c0043e6d53

View file

@ -16,7 +16,7 @@ static int borderpx = 2;
* *
* Example array for numuserfeats = 3: {"ss02", "ss08", "onum"} * Example array for numuserfeats = 3: {"ss02", "ss08", "onum"}
*/ */
static int numuserfeats = 0; static size_t numuserfeats = 0;
static char *userfeats[] = {}; static char *userfeats[] = {};
/* /*