Fix broken Windows implementation of _dbus_printf_string_upper_bound().
authorOle André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
Sun, 29 Mar 2009 00:44:44 +0000 (01:44 +0100)
committerRalf Habacker <ralf.habacker@freenet.de>
Mon, 30 Nov 2009 11:04:58 +0000 (12:04 +0100)
commit29e8f9917ab53db91aa746e25b71e8bcfe698171
tree8a07b902e8b2657af500a77ba33cbf3b1f164cdd
parent91f5972fa13165a607162ad0789319abbc5384ea
Fix broken Windows implementation of _dbus_printf_string_upper_bound().

Pass the correct buffer size when trying again, and keep trying with
larger buffer sizes, doubling the size each time.
(cherry picked from commit 95832a94607eea609de994467b7d64e36af72e6b)
dbus/dbus-sysdeps-win.c