mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 07:38:20 +02:00
Merge branch 'master' into 'master'
_dbus_loop_iterate: `timeout` can be defined as int See merge request dbus/dbus!381
This commit is contained in:
commit
53733fcc58
1 changed files with 1 additions and 1 deletions
|
|
@ -575,7 +575,7 @@ _dbus_loop_iterate (DBusLoop *loop,
|
|||
DBusList *link;
|
||||
int n_ready;
|
||||
int initial_serial;
|
||||
long timeout;
|
||||
int timeout;
|
||||
int orig_depth;
|
||||
|
||||
retval = FALSE;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue