mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-04-20 21:10:41 +02:00
Followup Bug 19502 - Don't attempt to init va_list, not portable
This commit is contained in:
parent
3c89788fa4
commit
ce09b82ec2
1 changed files with 1 additions and 1 deletions
|
|
@ -1245,7 +1245,7 @@ _dbus_string_append_printf_valist (DBusString *str,
|
|||
va_list args)
|
||||
{
|
||||
int len;
|
||||
va_list args_copy = 0;
|
||||
va_list args_copy;
|
||||
|
||||
DBUS_STRING_PREAMBLE (str);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue