msi: ExpandEnvironmentStringsW returns the required size in characters, so multiply...
commit6b8b82ef13d10bbdc790e72ce1d01e1bd94169d0
authorJames Hawkins <truiken@gmail.com>
Thu, 3 Dec 2009 01:28:48 +0000 (2 17:28 -0800)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 3 Dec 2009 09:22:40 +0000 (3 10:22 +0100)
tree16c1a48d1fd7f21236c23b7ac508f6d01ffb4da2
parent9ac79498103624695f9226b3abb4ffbb7c0c5b8f
msi: ExpandEnvironmentStringsW returns the required size in characters, so multiply the required size by sizeof(WCHAR) when allocating the buffer.
dlls/msi/automation.c