]> git.armaanb.net Git - mmenu.git/commit
Cast i to size_t type
authorArmaan Bhojwani <me@armaanb.net>
Sun, 9 May 2021 03:34:27 +0000 (23:34 -0400)
committerArmaan Bhojwani <me@armaanb.net>
Sun, 9 May 2021 03:34:27 +0000 (23:34 -0400)
commitf709561b0490aae6335e4271e9e35e9c16139b9d
tree453fa56239612081ed27efb8c8fb7eadbc943759
parentb5bea26b1aff069f7578627702be48657af90392
Cast i to size_t type

This doesn't really increase safety because logically i could never be
negative, but at least it suppresses the compiler warnings.
mmenu.c