mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-17 23:20:29 +01:00
Merge branch 'dbus-1.6'
This commit is contained in:
commit
33d8b3b150
1 changed files with 1 additions and 1 deletions
|
|
@ -741,7 +741,7 @@ _dbus_write_two (int fd,
|
|||
}
|
||||
#else /* HAVE_WRITEV */
|
||||
{
|
||||
int ret1;
|
||||
int ret1, ret2;
|
||||
|
||||
ret1 = _dbus_write (fd, buffer1, start1, len1);
|
||||
if (ret1 == len1 && buffer2 != NULL)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue