mirror of
https://gitlab.freedesktop.org/libfprint/fprintd.git
synced 2026-05-07 04:58:19 +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:
parent
815256717b
commit
0c76397a6e
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ static void pollfd_removed_cb(int fd)
|
|||
|
||||
int setup_pollfds(void)
|
||||
{
|
||||
size_t numfds;
|
||||
ssize_t numfds;
|
||||
size_t i;
|
||||
struct fp_pollfd *fpfds;
|
||||
GSource *gsource;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue