oleaut32: Fix buffer length passed to VARIANT_DI_tostringW in VarBstrFromCy.
commitb234173b1fdf446c8425ca4de16e53f290ce7a74
authorRob Shearman <robertshearman@gmail.com>
Sun, 17 Aug 2008 17:32:50 +0000 (17 18:32 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 18 Aug 2008 15:34:12 +0000 (18 17:34 +0200)
tree00c71d7edc007c3c7252221ee2522455eb591ee7
parent3261814e08e791c64d53c2c285dd7ef4231d1039
oleaut32: Fix buffer length passed to VARIANT_DI_tostringW in VarBstrFromCy.

It's the number of elements, not the number of bytes.
dlls/oleaut32/vartype.c