mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-09 04:13:33 +02:00
loop: Use signed type for fp_get_pollfds() retval
This will be a warning with slightly older versions of libfprint, but at least it would catch errors.
This commit is contained in:
@ -168,7 +168,7 @@ static void pollfd_removed_cb(int fd)
|
|||||||
|
|
||||||
int setup_pollfds(void)
|
int setup_pollfds(void)
|
||||||
{
|
{
|
||||||
size_t numfds;
|
ssize_t numfds;
|
||||||
size_t i;
|
size_t i;
|
||||||
struct fp_pollfd *fpfds;
|
struct fp_pollfd *fpfds;
|
||||||
GSource *gsource;
|
GSource *gsource;
|
||||||
|
|||||||
Reference in New Issue
Block a user